html, body { background:black; }
.nav-container { background: #333; }
.logo, header {color:white; }
.content {color:#aaa; background:#111; min-height:100vh; }
hr { height: 1px; background: #777; font-size: 0; border: 0;}
a {color: dodgerblue;}
a:hover {color:gold; }

button, .button { background: #333; color: #eee; }
button:hover, .button:hover { background: #555; color: #fff; }
input,select,textarea { background: #222; color: #eee; border: 1px solid #555; }

/* // <weight>: Use a value from 100 to 900 */
p {  font-family: "Inter", sans-serif;  font-optical-sizing: auto;  font-weight: 400;  font-style: normal;}
