@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


::-webkit-scrollbar{
    width:5px;
    background-color: #636363;
}

::-webkit-scrollbar-thumb{
    width: 10px;
    background-color: rgb(14, 14, 46);
}

::selection{
    background-color: rgba(240, 201, 116, 0.884);
    color: black;
}

h2, h1{
    font-family: "Inter", serif;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.596);
}

p{
    font-family: "Montserrat", sans-serif;
}

.bgImg{
    width: 100%;
    height: 600px;
    background-image: url(img/torsoFemininoImg.jpeg);
    background-position:center ;
    background-repeat: no-repeat;
    background-size: cover;

    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-items: center;
    justify-content: center;
}

.bgImg h2, .bgImg p{
    color: rgb(248, 248, 248);
    padding: 2px;
    text-transform: uppercase;
    border-bottom: solid white 1px;
    font-weight: bold;
    text-shadow: 0 0 20px black;
}
