@font-face {
    font-family: Lato;
    src: url(fonts/Lato-Regular.ttf);
}

body {
    background-color: rgb(39, 38, 38);
    font-family: "Lato", sans-serif;
}

.head-title {
    text-align: center;
    color: #ffbfbf;
}

a {
    color: #ffaaaa;
    text-decoration: none;
}

a:hover {
    color: #9b6969;
}

a:active {
    color: #ff6f6f;
}

.title {
    color: #e48888;
}
a {
    text-align: end;
}

.footer {
    text-align: center;
    color: #ffaaaa;
}