body {
    background: url('./images/KyybelIT.png');
    background-size: cover;
    background-repeat: no-repeat;
    font-family: "Audiowide", sans-serif;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-right: 100px;
    margin-left: 100px;
}
.title {
    text-align: center;
    text-transform: uppercase;
    color: rgba(71,75,139,0.99) !important;
    font-size: 2.9em;
    text-shadow: white 0 0 4px;
}
div {
    text-align: justify;
    color: rgba(54,132,80,1) !important;
    text-shadow: black 0 0 1px;
    font-size: 2em;
    background-color: lightgrey;
    opacity: 0.7
}
.normal {
    font-size: 2.6em;
}
.small {
    font-size: 1em;
}
b {
    color: rgba(71,75,139,0.99) !important;
    text-shadow: white 0 0 10px;
    font-style: oblique;
}
a {
    color: rgba(71,75,139,0.99) !important;
    text-shadow: white 0 0 4px;
}
nav {
  overflow: hidden;
  background-color: lightsteelblue;
    position: fixed;
    top: 0;
    left: 0;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    z-index: 10;
    opacity: 0.9;
}

nav ul{
    margin: 0;
    padding: 0;
}
nav ul li {
    /* This allow us to arrange list items in a row, without using float */
    display: inline-flex;
    list-style-type: none;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
    margin-left: 5px;
}
nav ul li#EN {
    /* This allow us to arrange list items in a row, without using float */
    display: inline-flex;
    list-style-type: none;
    background: url('./images/United_Kingdom.png');
    background-size:cover;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
    margin-left: 5px;
    float: right;
}
nav ul li#FI {
    /* This allow us to arrange list items in a row, without using float */
    display: inline-flex;
    list-style-type: none;
    background: url('./images/Finland.png');
    background-size:cover;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
    margin-left: 5px;
}