body {
    background-color: #3D61C1;
    color: white;
}

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

.centered {
    
}

.link-button {
    font-size: 25px;
    border-bottom: 1px solid black;
}

