body {
   /* background: #F5F5DC;  */
   color: #333333;
   font-family: 'Lato', sans-serif;
  /* background: linear-gradient(29deg, rgba(78, 161, 53, 0.6) 0%, rgba(87, 199, 133, 0.6) 50%, rgba(237, 221, 83, 0.6) 100%);  */
}



@media (min-width: 1500px){
  body{
    background-image: url("../assets/background.png");
    background-size: cover;
    background-position: 0px 100px;
  }
}