body{
    background-color: #000;
    font-family: 'Courier New', Courier, monospace;
}

.container{
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: 100vh;
    width: 100vw;
    color:beige;
    img{
        max-width: 100vw;


    }
}
