@import url('https://use.fontawesome.com/releases/v5.15.3/css/all.css');
@import url('https://fonts.googleapis.com/css?family=Inter');
    
* {
    background-color: #000000;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-family: "Inter", monospace;
}

.center-info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3vw;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    letter-spacing: 0.5em;
    font-size: 2.5em;
}

.typewrite {
    font-weight: bold;
}

@media screen and (max-width: 960px) {
    
    .center-info {
    font-size: 3vw;
}
    .footer {
    font-size: 5vw;
    
}