body { 
    max-width: 60vw; 
    margin: auto;
    color: white;
    font-family: 'Montserrat', sans-serif;
    background: #000000;
}

h1 {
    color: #d7d7d7;
    text-align: center;
    font-size: 64px;
    font-weight: bold;
    text-shadow: 0 0 10px red;
    padding: 16px 0;    
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 24px;
}
