html { background-color: #000; } 
body {
    min-height: 100vh;
    max-width: 800;
    background-color: papayawhip; 
    margin: 0 auto;
    padding: 25px;
}

h1 {
font-family: "dxs_tuxedoregular", Arial, sans-serif;
font-weight:normal;
font-style:normal;
}

h2 {
font-family: "dxs_tuxedoregular", Arial, sans-serif;
font-weight:normal;
font-style:normal;
}
