html {
    height: 100vh;
}

body {
    margin: 0;
    background-color: #613c8a;
}

.content {
    display: flex;
    justify-content: center;
    align-items: center;

    height: 100%;
    width: 100%s;

    padding-top: 64px;
}