body {
    background-color: #000;}

img {
    width: 80vw;
    height: auto;
        }

.center {

    font-family: "Roboto", sans-serif;
    font-size: 38px; 
    text-align: center;
    color:antiquewhite;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    }

    