body, html {
    margin: 0px;
    font-family: 'Roboto', Helvetica, sans-serif;
    background-color: #eeeeee;
}
  
#bg {
    /* The image used */
    background-image: url("img/tmp_main/1.png");
  
    /* Full height */
    height: 100%;
  
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* NAVIGATION BAR */
nav {
    background-color: white;
}

/* ul {
    margin: 2%;
    display: block;
}

li {
    display: inline;
    font-size: 20pt;
}

.li:hover {
    font-size: 25pt;
} */

a {
    /* display: block; */
    padding: 8px;
    /* background-color: #dddddd; */
    text-decoration: none;
}



.fleft {
    float: left;
}

.fright {
    float: right;
}


/* LINK FIELD  */
.ul {
    color: black;
    border-bottom: 5px solid #C3B1E1;
    padding:0.2%;
}

.ul:hover {
    background-color: #C3B1E1;
}

li {
    margin-top: 3%;
    margin-bottom: 3%;
}

.flex-row {
    display: flex; 
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}

#container {
    padding: 2%;
    width: 100%;

    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#list {
    width: 40%;
    min-width: 300px;
    font-size: 23pt;
}

#image {
    width: 32%;
    padding: 3%;
}

.shadow-box {
    filter: drop-shadow(0px 0px 4px #8e8e8e);
    border-radius: 10px;
    background-color: white;
    padding: 1.5%;
}

img {
    filter: drop-shadow(20px 20px 0px #C3B1E1);
}