@charset "UTF-8";
body {
    width: 100vw;
    height: 100vh;
}

.center {
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    height: 100%;
}

.center div {
    padding: 10% 0;
}