body{
    background-color: #011F3F;
      /* background-image: url("images/bg2.jpg");
      background-size: 30% 100%;
      background-repeat:repeat-x; */
  
  }
  .container{
      width: 100%;
    margin: auto;
    text-align: center;
  }
  h1{
      margin: 30px;
    font-family: 'Lobster', cursive;
    text-shadow: 5px 0 #232931;
    font-size: 7rem;
    color: white;
  }
  h3{
      margin: 30px;
    font-family: 'Lobster', cursive;
    text-shadow: 5px 0 #232931;
    font-size: 3rem;
    color: #4ECCA3;
  }