html,body{
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-family: Ubuntu, serif;
}
.divzy{
    width: 100%;
    height: 100dvh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.soonzy{
    font-weight: bolder;
    font-size: 5em;
}
