html{
    background-color: dodgerblue
}


h1{
    border-bottom:solid 3px;
    text-align: center;
}
#boxmodel{
    border:  10px solid;
    margin: 25px;
    border-radius: 5px;
    background-image: url(Assets/ocean.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 25px;
    width: 750px;
    box-sizing: border-box;
    display: inline-block;
    height: 500px;
    display: -ms-inline-grid;
}
p{
    font-family: Verdana, Geneva, Tahoma, sans-serif
        
}
ol li{
    font-family: sans-serif;
        
    
}
