body {
    margin: 0;
}

#root {
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
    gap: 40px;
}

a{
    font-size: x-large;
}
