body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
        'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
        sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    overflow-x: hidden;
}





.separator-height{
    height: 40px;
}








.container{
    width: 100%;
}

.header-note{
    margin-top: 15px; font-weight: bold;
}

.last-update{
    margin-top: 15px;
}

header{
    height: 45px; border-bottom: 1px solid gray; display: flex; justify-content: start; align-items: center;
}

h1{
    color: rgb(61, 96, 141); font-weight: bold; font-size: 2rem; margin-top: 20px;
}

nav{
    margin-left: 5%; border: 1px solid gray; border-radius: 5px; padding: 5px; background-color: black;
}

.svg{
    color: white; margin-left: 5px;
}

.go-home-a-tag{
    color: white;
}

.content-container{
    width: 95%; margin: 0px auto;
}


.li-content{
    margin-top: 10px;
}

.li-content-span{
    color: rgb(61, 96, 141); font-weight: bold; font-size: 1.1rem;
}

.contact-info{
    color: rgb(0, 0, 0); font-weight: bold; font-size: 1.1rem;
}

.support-mail{
    color: rgb(61, 96, 141);
}

.note{
    margin-top: 15px; 
    font-weight: bold;
}

















.footer {
    background-color: rgb(106, 34, 179);
    color: white;
    /*padding: 20px;*/
    padding-top: 10px;
    padding-bottom: 20px;
    text-align: center;
}

.footer-buttons button {
    border: 1px solid white;
    margin: 10px;
    border-radius: 2px;
    cursor: pointer;
}

.footer-buttons a {
    color: black;
    text-decoration: none;
    padding: 5px;
}

.footer-info a {
    color: white;
    text-decoration: none;
    margin: 0 5px;
}




