body {
        overflow: hidden;
        background-color: #cedaed;
        width: 100vw;
        height: 100vh;
}
#center-div {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100vw;
        font-family: 'Public Sans', sans-serif;
        height: 100vh;

        transform: scale(1.5);

}
*       {
        margin: 0px;
        padding: 0px;
}
