@font-face {
    font-family: 'alkhemikal';
    src: url(../assets/fonts/Alkhemikal.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    background-image: url(/assets/images/ps2_boot.jpg);
    background-position: center;
    background-size: cover;
    background-color: #000022;
    background-repeat: no-repeat;
    width: 100vw;
    height: 100vh;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-items: center;
    justify-content: space-around;
    align-items: center;
}

main {
    min-width: 33%;
    max-height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    justify-items: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.9);
    padding: 10px;
    color: white;
    box-shadow: 0px 0px 7px pink,
                inset 0px 0px 5px 5px hotpink;
}

main>h2 {
    margin: 0;
    text-align: center;
    font-family: 'alkhemikal';
    font-size: xx-large;
    text-shadow: hotpink 0px 0px 4px,
                 hotpink 0px 0px 8px,
                 purple 0px 0px 16px;
}

main>img {
    width: 85%;

    align-items: center;
}

main>p {
    text-align: center;
    font-family: 'alkhemikal';
    font-size: x-large;
}

main ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

main ul>li>a {
    color: purple;
    font-family: monospace;
}

main ul>li>a:visited {
    text-decoration: none;
}
