
#container{
 background-color:#eee;
}
#box-model{
 
 border: 4px solid #000000;
    border-radius: 8px;
 padding: 40px;
 width:1000px;
 box-sizing:border-box;
  margin-left:auto;
  margin-right:auto;
    background-image: url(/images/Background.png);
    background-repeat: no-repeat;
    background-position-y: top;
    background-size: cover;
    background-color: #9a4000;
    color: azure;
    font-size: large;
    font-family: Georgia, ;

box-shadow: 10px 10px 15px 10px rgba(239, 140, 4, 0.75);
height:650px;
overflow-y:auto;

}
h1{
border-bottom:5px solid #000000;
/*display:inline;*/
}
.yellow{
     color: #e1ff00ff;
    font-weight:  bolder;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2), 0 10px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
}





