body {
    line-height: 1;
    color: white;
  }
  ol, ul {
    list-style: none;
  }
  
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }


    body {
      font-family: arial;
      background-color: navy;
      font-size: 20px;
    }

    .title {
      color: gray;
      text-align: center;
    }

    .container {
      width: 989px;
      margin: 0 auto;
      text-align: center;
    }

    .main {
      color: white;
    }

    .footer {
      text-align: center;
    }

    .floated-image-2 { 
      float: top;
      margin-right: 500px;
     
    }

    .floated-image{
      float: left;
      margin-bottom: 20px;
      
    }


    .floated-image-1{
      float: right;
      margin-bottom: 20px;

    }

    .floated-image-3{
      float: none;
      align-self: center;
    }

    .video{
      align-self: center;
    }

    .shadowy {
      box-shadow: 10px 10px #000;
    }

    .background{
      background-repeat: no-repeat;
      background-position: center;
      background-size: 1000px 1000px;
    }

nav{
  float: initial;
  color: white;
}

nav li{
  display: inline;
  text-align: left;
  padding: 1000px 100px;
  color: white;
}
