html, body {
    width: 98%;
    height: 98%;
    font-family: "Inter";
    background-color: #000000;
}

::selection {
    background-color: rgba(0,0,0,0.01);
}

div.wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

div.wrapper img {
    width: 400px;
    max-width: 80%;
    opacity: .2;
}