.container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; 
}

.center {
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: italic;
    font-weight: 600;
    font-family: "Montserrat";
    font-size: 50px;
}

body {
    background-color: wheat;
}