
body{
    margin: 0;
    padding: 0;
    font-family: "Noto Sans",Arial, Helvetica, Arial, sans-serif;
}

#wrapper{
    width: 80%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
}
#logo img{
    max-width: 500px;
    margin-top: -70px;
}

#text{
    text-align: center;
    margin-top: -130px;
}

#border{
    width: 20%;
    border-top: 2px solid yellow;
    margin: -20px auto 0 auto;
}

#text p{
    margin-top: 2.5em;
}

#flags{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
}
#flags div a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: rgb(80, 80, 80);
}

#flags div a p{
    margin-top: -1px;
}

#documentation{
    margin-top: 20vh;
    display: flex;
    justify-content: end;
    align-items: flex-end;
    text-align: right;
}

#documentation button{
    margin-right: 2%;
    background-color: grey;
    border-radius: 5px;
    padding: 5px;
    margin-top: -20px;
}

#documentation button a{
    color: yellow;
    text-decoration: none;
    font-weight: bold;
    font-size: 13px;
}

#flags-2{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
}
#flags-2 div a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: rgb(80, 80, 80);
}

#flags-2 div a p{
    margin-top: -38px;
    color: black;
    font-weight: 900;
    font-size: 1.2em;
}