

body {
  background-color: #B0E0E6;
  color: #F0FFF0;
  font-family: Courier;
}

.Title{
  text-align: center;
  color:#5F9EA0;
  height: 50px;
  width: 700px;
  border: 3px outset #5F9EA0;
  background-color:#F0FFF0
  }
  
  div{
    background-image:url(1015.png);
    height: 600px;
    width: 1000px;
        margin:0 Auto;
    padding-top: 20px;
    }
  .WelcomeMessage{
    text-align: center;
    font-size: 50px;
    }
    .content{
      background-color:#F0FFF0;
      color: #5F9EA0;
      height: 500px;
      width: 600px;
      }
    