body {
    width: 100%;
    min-height: 100vh;
    background-color: #323F48;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: Barlow;
    color: white;
}