*{
    box-sizing: border-box;
}
body{
    background-image: url(/assets/img/doroga.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-left: 10vw solid red;
    border-right: 10vw solid blue;
    margin: 0;
    text-align: justify;
}
header{
    padding: 10rem 5rem 0 5rem;
    color: rgb(240, 141, 124);
    font-family: 'Alfa Slab One', cursive;
    font-weight: 900;
    font-size: 3rem;
    text-align: center;
    line-height: 1.1;
    font-kerning: normal;
    font-stretch: expanded;
    
}
.container{
    font-family: 'Carter One', cursive;
    font-weight: 700;
    font-size: 2rem;
    text-align: center;
    margin-top: 5rem;
}
.container1{
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 2rem;
    text-align: center;
    margin-top: 5rem;

}
.container2{
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
    font-size: 2rem;
    text-align: center;
    margin-top: 5rem;

}
.container3{
    font-family: 'Mali', cursive;
    font-weight: 700;
    font-size: 2rem;
    text-align: center;
    margin-top: 5rem;
    padding: 0 3rem 0 3rem;

}
.container4{
    font-family: 'Cookie', cursive;
    font-weight: 600;
    color: rgb(240, 108, 47);
    font-size: 2.5rem;
    text-align: center;
    padding: 0 3rem 0 3rem;
}
.container5{
    font-family: 'Caveat', cursive;
    font-size: 2rem;
    text-align: center;
    color: black;
    background-color: white;
    margin-top: 3rem;
    transform: rotate(-6deg);
    border-radius: 25px;
}
.container6{
    text-align: right;
    padding: 0 5rem 4rem 5rem;
}
.ferarri{
    color: red;

}