body {
   
    margin: auto;
}
.sc_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* width: 50%; */
    text-align: center;
    font-family: "Audiowide", sans-serif;
    font-size: 16px;
    font-size: 10vw;
}