body,html{
    display: flex;
    height: 100%;
    background-color: #fffaf1;
    justify-content: center;
    align-items: center;
    user-select: none;   
}

.container{
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: DM Sans;
    font-size: 60px;
    width:300px;
    height:100px;
}

