body{
  font-family: Monda, sans-serif;  
  text-align: center;
  color: white;
  /*background: rgb(133, 219, 83);*/
  background: url("backgroundLandingPageV3.png") no-repeat center fixed;

  /*background-image: linear-gradient(white, rgb(61, 45, 206), white);*/
  background-size:cover;
  min-width: 100%;
  height: 100%;
}

.openingButton {
    border: none;
    border-radius: 10px;
    color: white;
    padding: 10px;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    margin: 4px 2px;
    opacity: 0.8;
  }

  button {
    width: 200px;
    height: 100px;
    background: red;
    position: relative;
  }  
  button:hover{
    border-radius: 30px;
  }

  @keyframes moveInLeft {
    from {left: -1000px;}
    to {left: 0px;}
  }

  @keyframes moveInRight {
    from {right: -1000px;}
    to {right: 0px;}
  }

  .openingButtonWebdevelopment{
    background-color: grey;
    animation: moveInLeft 2.53s;
  }

  .openingButtonRecipes{
    background-color: #2804aa;
    color: grey;  
    animation: moveInRight 2.75s;
  }
  .openingButtonAerialPhotography{
    background-color: #3792e7;
    color: grey; 
    animation: moveInLeft 3s; 
  }
  .openingButtonResume{
    background-color: #04aa65;
    color: grey; 
    animation: moveInRight 3s;
  }
  .openingButtonParentHoney{
    background-color: #f3d21483;
    animation: moveInRight 3.25s; 
  }


