body {
    height: 100%;
    font-family: "Space Grotesk", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 2rem;
    text-align: center;
    
}

div{
    position: relative;
    top: 50%;
    margin-top: -100px;
}

.resize {
    height: 10rem;
    width: auto;
}