@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Antonio:wght@100..700&display=swap');

img {
    width: 100%;
}

body {
    background-color: #fffcf2;
    color: #252422;
}

p, a {
    font-family: "Antonio", sans-serif;
    font-weight: 100;
    font-size: 2rem;
}

h1, h2, h3, h4, h5 {
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
}

header h1 {
    text-transform: uppercase;
    font-size: 5rem;
    /* text-decoration: underline solid #fff3b0;
    text-decoration-thickness: 15%;
    text-underline-offset: -5px; */
}

@media (min-width: 992px) {
    header h1 {
        font-size: 8rem;
    }
}

header {
    background-image: url('texture.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-black {
    background-color: #252422 !important;
    color: #fffcf2;
}

.words-friend {
    font-weight: 700;
    margin: 30px 0;
    color: #dbd280;
}

.words-sokrates {
    font-weight: 700;
    margin: 30px 0;
    color: #95add8;
}

.img-btm {
    background-image: url('texture.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.sokrates-image {
    width: 150px;
    margin-top: -50px;
}

@media (min-width: 992px) {
    .sokrates-image {
        width: 300px;
    }
}