@charset "utf-8";



.top-item {
    padding: 0 20px;
}

.preparing{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    height: 50vh;
    min-height: fit-content;
    margin-top: 100px;
}

.preparing-img {
    width: min(60%, 300px);
    height: auto;
}

.preparing p {
    margin: 20px 0 30px;
}



.btn-home {
    padding: 10px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}




@media screen and (max-width: 767px) {


.header-color {
    height: 100px;
    border-radius: 0 0 60px 0;
}

.top-item {
    margin-left: 10px;
}



}