body {
 background-color: #000; 
 margin: 0;
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 color: #fff;
}
a {
 color: #fff;
 text-decoration: none;
}
.container {
 border-left: 1px solid #777777;
 border-right: 1px solid #777777;
 min-width: 1500px;
 max-width: 1500px;
}
main {
 background-image: url('https://thenightmareengine.neocities.org/assets/img/backgrounded.png');
 background-size: 750px;
 display: flex;
 flex-direction: column;
 align-items: center;
 min-height: 2150px;
 max-height: 2150px;
 min-width: 1500px;
 max-width: 1500px;
}
p {
 margin: 0;
 font-family: sans-serif;
}
h1 {
 margin: 0;
 font-family: sans-serif;
}