

body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    font-family:  Helvetica, Arial, sans-serif;
}

.background-image {
    background-color: #080808;
    background-size: cover;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.center-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color:#e1e1e1;
}



.text-content h1, .text-content h2 {
    margin: 0;
    color: #fff;
}

.text-content h1 {
    font-size: 5.6em;
    font-weight: 800;
}

.text-content h2 {
    color: #fff;
    font-size: 5.2em;
    font-weight: 500;
}

.text-notice p {
    color: #fff;
    font-size: 2em;
    font-weight: 400;
}

@media screen and (max-width: 768px){
  ::-webkit-scrollbar {
      -webkit-appearance: none;
  }
}