html{
    background-color: black;
}
body {
    color: white;
    font-family: "Open Sans", sans-serif;
  }
  
.content {
    display: flex;
    height: 100vh;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.title-content {
    letter-spacing: 2px;
}

.title {
    font-size: 5em;
    margin-bottom: 0px;
    font-weight: normal;
}

.subtitle {
    margin-top: 0px;
    font-weight: bold;
    text-transform: uppercase;
}