@import url('https://fonts.googleapis.com/css2?family=Young+Serif&display=swap');

body {
    background-color: #FFB6C1;
    font-family: 'Young Serif', serif;


}


.alin {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.container-nome {
    width: 1920px;
    height: 5vh;
    background-color: black;

}

* {
    margin: 0%;
    padding: 0%;
}

.nome {
    text-align: center;
    color: white;
}


.imagens-container {
    width: 1200px;
    height: 495px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFB6C1;
    margin-top: 20px;

}

.imagens-container .imagem {
    width: 30vh;
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    border: solid 2px;
    margin-right: 2px;
}

.container-men {
    width: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: ;
    margin-top: 20px;
    border: solid 2px #C71585;
}

.container-men .ab {
    color: white;
    margin-bottom: 10px;
    margin-top: 20px;
    text-align: center;
}

.container-men .ac {
    color: white;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    font-size: 30px;

}

.container-men .ad {
    font-size: 20px;
    color: DarkRed;
    margin-left: 20px;
    margin-right: 20px;

}

.container-men .co {
    text-align: center;
    margin-top: 40px;
    font-size: 50px;
    color: #8B0000;

}

.container-men .cora {
    justify-content: center;
    align-items: center;
    display: flex;
}

.alin .botao {
    margin-top: 20px;
    width: 200px;
    height: 40px;
    border-radius: 20px;
    background-color: #DA70D6;
    border: solid 0px;
}

.alin .link {
    text-decoration: none;
    font-size: 20px;
    color: white;
    font-family: 'Young Serif', serif;
}










::-webkit-scrollbar {
    width: 0px;
}

::-webkit-scrollbar-thumb {
    background-color: #8B0000;
}

@media(max-width:600px) {
    body {
        height: initial;
    }

    * {
        margin: 0%;
        padding: 0%;
    }

    .imagens-container {
        width: 400px;
        height: 495px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #FFB6C1;
        margin-top: 20px;


    }

    .imagens-container .imagem {
        width: 11vh;
        height: 50vh;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 12px;
        border: solid 2px;
        margin-right: 2px;
    }

    .container-nome {
        width: 480px;
        height: 5vh;
        background-color: black;

    }
    .container-men {
        width: 300px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        background-color: ;
        margin-top: 20px;
        border: solid 2px #C71585;
    }

}