html,
body {
    height: 100%;
    font-family: 'Space Grotesk', sans-serif;
}

body {
    width: 100%;
    height: 100%;
    min-height: 1vh;
}

.container {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 40px;
}

.container .logo {
    width: 120px;
    height: 120px;
}

.link {
    text-decoration: none;
    color: #000;
    font-weight: 400;
}

.link .effect {
    font-weight: 700;
    border-bottom: #000 1px solid;
}