
body{
     margin: 0px;
     
    
}

article{
     min-width: 576px;
     max-width: 992px;
     margin: auto;
     border-left:  40px solid red;
     border-right: 40px solid blue;
     width: 40vw;
     height: 100vh;
     background-image: url(../img/photo-11.jpg);
     background-repeat: no-repeat;
     background-size: 100% 100%;
     
}
.container{
     display: inline-block;
     color: aliceblue;
     text-align: center;
     
     
}
.one {
     font-family: 'Alfa Slab One', cursive;
     color: rgb(216, 67, 92);
     margin: 20px 20px 0px 20px;
     font-size: 300%;
     line-height: 110%;
}
.two{
     font-family: 'Carter One', cursive;
     margin: 20px 60px 0px 60px;
     font-size: 120%;
}
.three{
     font-family: 'Cairo', sans-serif;
     margin: 10px 40px 0px 40px;
     font-size: 200%;
     line-height: 100%;
}
.four{
     font-family: 'Oswald', sans-serif;
}
.fine{
     font-family: 'Mali', cursive;
     margin: 20px 50px 0px 50px;
     font-size: 150%;
     line-height: 100%;
     color: rgb(226, 121, 45);
     text-shadow: 0 0 10px rgb(247, 160, 47);
}
.six{
     font-family: 'Cookie', cursive;
     margin: 10px 20px 0px 20px;
     font-size: 280%;
}
.seven{
     font-family: 'Caveat', cursive;
     margin: 15px 100px 0px 100px;
     color: rgb(0, 0, 0);
     background-color: aliceblue;
     transform: rotate(-8deg);
     font-weight: 48px;
     font-weight: bold;
}
.eight{
    font-family: 'DM Mono', monospace;
    margin: 10px 10px 0px 340px;
    
} 
span{
     color: red;
}   

