#big-logo {
    display: block;    
    margin: 40px auto 40px;
    width: 450px;
    image-rendering: pixelated;    
}

#main-page {  
    font-size: 13pt;    
    text-align: center;
    background-color: var(--primary-bg);
    color: var(--primary-text);
    font-family: monospace; 
}

#main-page input[type="button"]{
    font-size: 18pt;    
}

.screenshot {        
    width: 346px;
    height: 392px;
    image-rendering: pixelated;    
    margin-top: 10px;
    box-shadow: 1px 1px 15px black;
}

figure {
    display: inline-block;
    margin: 0 30px 0 0;
    font-style: italic;
}

p {    
    line-height: 160%;    
}

h1, h2, h3 {
    margin-top: 2em;
    color: var(--secondary-text);
}