body {
    background-color: #000000;
    color: #1E1E1E;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-transform: uppercase;
    width:100%;
    height:100%;
    padding: 0;
    margin: 0;
}

h1 {
    color: #1E1E1E!important;
    font-size: 80px;
    font-weight: 600;
}

@media (max-width: 768px) {
h1 {
    font-size: 60px;
}}

@media (max-width: 480px) {
h1 {
    font-size: 35px;
}}

.container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

.content {
  text-align: center;
}