html{
    font-family: 'Courier New', Courier, monospace;
    background-color: #11111f;
}

body{
    margin: 0;
    padding: 0;
}

.content{
    background-image: url("../images/logo.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 100vw;
    height: 100vh;
    background-color: #11111f;
    background-position: center;
}