body{
    background-color: rgb(46, 46, 46);
}
.center{
    position: fixed;
    top: 50%;
    left: 50%;
    width: 90%;
    transform: translate(-50%, -50%);
}

img{
    width:90%;
    margin-bottom: -2.5%;
}

#loading{
    width: 10%;
    font-size: 10vw;
    color: white;
    display: inline;
}