    
  body {
    background-image: url('/Visuals/Images/Drop.jpg');
    background-color: rgb(26, 19, 20);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin: 0;
    min-height: 70vh;
    font-family: 'Nanum Gothic', serif;

}


/* ------------------------------------------------------------- */


.Title {
  font-size: 2vw;
  color: white;
  text-align: center;
  max-width: 30vw;
  margin-top: 2vh;
  margin-left: 22vw;
}

.Main {
  font-size: 1.3vw;
  color: white;
  max-width: 30vw;
  margin: 0;
  margin-top: 2vh;
  text-align: center;
  margin-bottom: 25vh;
  margin-left: 22vw;
}

.Info {
    font-size: 0.8vw;
    color: white;
    text-align: center;
    max-width: 32vw;
    top: 16vh;
    margin-bottom: 15vh;
    border-radius: 1rem;
    margin-left: 22vw;
}



