@import '../fonts/fonts.css';

.wrapper {
    width: 1400px;
    margin: 0 auto;
}

@media screen and (max-width: 1399px){
    .wrapper {
        width: 100%;
        padding: 0 20px;
    }
}

@media screen and (max-width: 1000px) {
    body {
        overflow-x: hidden;
    }
}


     *{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Geologica", sans-serif;}
    body{
    display: flex;
    flex-direction: column;
    gap:20px;
    justify-content: space-between;
    height: 100vh;
    }


    .page{
     display:flex;
    flex-direction:column;
        gap:40px;
        }
    @media(max-width:768px){
    .page{
    gap:20px;}
        } 
        
        
/*AUTOFILL стили*/
.content-head{
    display: flex;
    justify-content: center;
    align-items:center;
    flex-direction:column;
    gap:20px;
}
.content-head-title{
    all: unset;
    font-size: 30px !important;
    line-height: 40px;
    text-align: center;
    letter-spacing: -0.01em;
}

.content-body{
    display: flex;
    justify-content: center;
    align-items:center;
    flex-direction:column;
    gap:20px;
}