body {
    font-family: Arial, Helvetica, sans-serif;
    height: 100%;
}

main {
    padding: 4%;
}

hr.rounded-red {
    border-top: 5px solid #AA151B;
    border-radius: 5px;
}

hr.rounded-yellow {
    border-top: 5px solid #F1BF00;
    border-radius: 5px;
}

.faq-item {
    font-size: large;
    font-weight: 500;
}

#headingStartpage {
    letter-spacing: 4px;
}

#link-copyright {
    text-decoration: none;
}