html, body, main{
    width: 100%;
    height: 100%;
}

body {
    color: white;
    background-color: black;    
}

#title {
    text-align: center;
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  letter-spacing: 0.4rem;
  font-size: 15vh;
}

#sub-title {
    text-align: center;
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-size: 5.0vh;
}

#container{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
