body{
    background-color: rgb(34, 34, 34);
    font-size: var(--font-size);
    font-family: "DynaPuff", itim;
    font-weight: 600;
    color: gainsboro
}

.apply-font{
    font-family: "DynaPuff", itim;
    font-weight: 600;
}

html {
    scroll-behavior: smooth;
}

.box{
    margin-top: 40vh;
    height: 90vh;
    justify-content: center;
    align-items: center;
    justify-self: center;
}

.title{
    justify-self: center;
}