body {
    background-image: url(https://malevolence2006.neocities.org/portal.png);
    color: white;
    font-family: "Courier New";
    font-weight: 700;
    animation: bgflow 100s infinite linear; }

#logo {
    color: red;
    text-shadow: red 0 0 10px;
    background: linear-gradient(to top left, #404040 30%, #999999 100%);
    border: 5px outset #999999;
    border-bottom: none;
    width: max-content;
    margin: 20px auto -15px auto; }

#main {
    margin-left: 150px;
    margin-right: 150px;
    background: linear-gradient(to top left, #404040 30%, #999999 100%);
    border: 5px outset #999999;
    display: flex; }

.stuff {
    margin: 15px;
    padding: 15px;
    background: black;
    border: 5px inset #999999; }

#nothin {
    display: flex;
    justify-self: right; }

#one {
    width: -webkit-fill-available; }

#two {
    text-align: center;
    align-content: end;
    min-width: 10%;
    margin-left: 0; }

@keyframes bgflow {
    100% { background-position: 0 1280px } }