*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
body{
    background-image: url('image/istockphoto-1281227346-612x612.jpg');
    color: white;
    background-position: center; 
     background-repeat: no-repeat; 
    background-size:cover;
    font-family: 'Courier New', Courier, monospace;
    background-color: rgb(83, 186, 218);
    font-size: 30px;
    

}

.container{
    text-align: center;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-style: italic;
}



