html, body{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body{
    width: 100%;
    height: 100dvh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section__main{
    width: 100%;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.img__section{
    width: 100%;
    max-width: 300px;
}
.h1__section{
    font-family: "Roboto", sans-serif;
    font-size:  clamp(1.8rem, 3vw, 3rem);
    text-align: center;
    font-weight: 700;
}
/* @media (min-width: 768px) {
    .img__section
} */