
.continer{
    background: url(https://images.unsplash.com/photo-1471958680802-1345a694ba6d?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=1132&q=80);
    text-align: center;
    
    width:clamp(500px, 100vw, 1000px);
    margin: 0 auto;
    background-size: cover;
    padding: 168px;
    
    border-left: 100px solid red;
    border-right: 100px solid blue;
}
body{
    margin: 0;
}

h1{
    font-family: 'Alfa Slab One', cursive;
    color: brown;
}
h4{
   font-family: 'Carter One', cursive;
   color: white;
}
h3{
    font-family: 'Alfa Slab One', cursive;
    color: white;
    }
h6{
    font-family: 'Caveat', cursive;
    color: white;
}
h2{
    font-family: 'Cookie', cursive;
    color: white;
}
p + h6{
    font-family: 'DM Mono', monospace;
    color: white;
}
p{
  color: white;
}