html {
color: white;
background: black;
}

#about {
display: none;
}

body {
background: black url("hex.svg") no-repeat center center;
background-size: contain;
position: fixed;
left: 0;
top: 0;
right: 0;
bottom: 0;
}