@media (max-width: 768px) {
  .wrapper {
    height: 100vh;
    width: 100%;
    margin: auto;
  }
  .content {
    height: 100vh;
    width: 100%;
    padding: 30px;
  }
  .logo {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .raro-logo {
    width: 80%;
  }
  .copy {
    font-size: 1.4rem;
    text-align: center;
    color: #f5f0e6;
    font-family: "Mondwest", sans-serif;
    text-decoration: none;
  }
  .enjoy-btn {
    font-size: 1.4rem;
    text-align: center;
    background-color: transparent;
    border: none;
    color: #f6bffe;
    font-family: "Mondwest", sans-serif;
  }
}

@media (max-width: 460px) {
  .wrapper {
    height: 100vh;
    width: 100vw;
  }
  .content {
    height: 100vh;
    width: 100%;
    padding: 30px;
  }
  .copy {
    font-size: 1.2rem;
    text-align: center;
    color: #f5f0e6;
    font-family: "Mondwest", sans-serif;
    text-decoration: none;
  }
  .enjoy-btn {
    font-size: 1.2rem;
    text-align: center;
    background-color: transparent;
    border: none;
    color: #f6bffe;
    font-family: "Mondwest", sans-serif;
  }
}
