body { 
    margin: 0px;
}


.container { 
    background-image: url(/homework-5/assets/img/unnamed.jpg );
    background-repeat: no-repeat;
    background-size: cover;
    border-right: 50px solid #036194;
    border-left: 50px solid #cc1e20;
    margin: 0 auto;
    text-align: center;
    height: 100vh;
    width: 50vw;
}
h1 {
 margin: 0px;
 color:#e65f65;
 font-family: 'Alfa Slab One', cursive;
 
}

H2 {
    margin: 0px;
    color:#ffffff;
    font-family: 'Carter One', cursive;
    padding-top: 50px;
 }

 .car {
       font-size: 100px;
       color:#ffffff;
   }
   
   .Cookie {
    font-size: 40px;
    font-weight: bold;
    color:#000000;
    display: inline-block;
    background-color: #ffffff;
    transform: rotate(350deg);
    
    }
    


@font-face {
    font-family:'Cookie';
    src: url(/homework-5/assets/css/fonts/Cookie.ttf);
    font-display: swap;
    font-style: normal;
    font-weight: 400;
}


.Cookie {
    font-family:'Cookie';
}