main {
    padding: 0px 15px;
    text-align: justify;
    border: 1px solid white;
    color: white;
    background-color: #9750de;
}

main > h1 {
    margin-bottom: 0;
    width: calc(max-content + 10px);
}

main > p {
    margin-top: 0;
}

@font-face {
    font-family: "8bit-shit";
    src: url('slkscr.ttf');
}

html {
    font-family: '8bit-shit';
}

footer {
    border-top: 1px solid white;
    color: white;
}

h3 {
    color:white;
}

.heading {
    text-align: center;
    margin: 0;
    margin-top: 2px;
    padding: 0;
}

a {
    text-decoration: none;
}

html {
    background-color: black;
}