@charset "UTF-8";
body
{
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
    font-size: 1em;
    line-height: 1.4;
    display: block;
    background-color: rgb(33, 33, 33);
}

img{
    position: absolute;
    top: 0;
    left: 0;
    object-fit: contain;
}

a
{
    z-index: 2;
    position: absolute;
    top: 212px;
    left: 102px;
    font-size: 0.7em;
    font-weight: bold;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(139, 139, 139);

}