
    body, html {
    margin: 0;
    padding: 0;
}

.landing-page {
    position: relative;
    width: 100%;
    height: 100vh; /* Set height to viewport height */
}

.full-screen-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.full-screen-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content {
    position: absolute;
    top: 50%;
    left: 500px;
    transform: translate(-50%, -50%);
    background-color: rgb(142, 179, 204);
    color: white;
    padding: 30px;
    border-radius: 30px;
    margin:0 auto;
}



.pacifico{
    font-family: "Yellowtail", cursive;
  font-weight: 400;
  font-style: normal;
  
  }

  .exo{
    font-family: "Exo", sans-serif;
    font-optical-sizing: auto;
    
  }


  @media only screen and (min-width: 312px) and (max-width: 1000px){

    
.content {
    position: relative;
   
    display:flex;
    flex-direction: column;
   
    transform: translate(-50%, -50%);
    background-color: rgb(142, 179, 204);
    color: white;
    padding: 30px;
    border-radius: 30px;
    margin:0 auto;
    width: 500px ;
}




  }