.container{
    display: flex;
    flex-direction: column;
    align-self: center;
}
.register-attendance{
    text-align: center;
    margin-left: 10%;
    margin-right: 10%;
    max-width: 800px;
}

.register-attendance-row{
    margin-top: 3vh;
    margin-bottom: 3vh;
}

.register-attendance-button{
    width: 100%;
}

.register-attendancehelp-link{
    display: flex; 
    justify-content: flex-end;
}

.fafo-logo{
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10vh;
    margin-top: 5vh;
}