html {
    font-family: 'Fira Code', monospace;
    background-image: url(img/background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    padding: 25px;
    font-weight: lighter;
    display: flex;
    align-content: center;

}

body {
    background-color: whitesmoke;
    min-width: 800px;
    width: 800px;
    height: 500px;
    border-radius: 20px;
    box-shadow: -2px 2px 10px 10px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    margin: auto;


}
#corps {
    display: flex;
    flex-direction: row;
    height: 470px;
}

#top-bar {
    width: 100%;
    height: 30px;
    background-color: lightgray;
    border-radius: 20px 20px 0 0;
    display: flex;
    flex-direction: row;
    box-shadow: -2px 2px 10px 2px rgba(0, 0, 0, 0.1);
    position: relative;
}

.circle {
    height: 15px;
    width: 15px;
    margin: 7.5px 0 0 10px;
    border-radius: 10px;
}

#circle-color-red {
    background-color: red;
}

#circle-color-yellow {
    background-color: yellow;
}

#circle-color-green {
    background-color: lightseagreen;
}
#left {

    width: 250px;
    height: 470px;
    display: flex;
    flex-direction: column;

}

header {

    background-color: #c6e2e9;
    height: 80px;
    width: 250px;
    margin: 0 0 auto 0;
    border-radius: 0 0 20px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    box-shadow: -2px 2px 10px 2px rgba(0, 0, 0, 0.1);

}

#logo {
    background-image: url(img/logo.png);
    background-color: whitesmoke;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70%;
    width: 50px;
    height: 50px;
    border-radius: 75px;
    margin-left: 10px;
    box-shadow: -2px 2px 10px 1px rgba(0, 0, 0, 0.1);
}

#nomprenom {
    margin: auto;
    font-size: 10px;
    color: white;
    text-align: center;

}

span {
    font-size: 17px;
    font-weight: 400;
}



#right {

    width: 550px;
    height: 470px;
    display: flex;
    flex-direction: row;
}

.collumn{
    width: 275px;
    height: 470px;

}

.cases {
    width: 200px;
    height: 200px;
    margin-top: 15px;
    border-radius: 50px;
    border: solid 2px;
    border-color: lightgrey;
    background-color: lightblue;

}

a {
    margin: auto;
    width: 200px;
    width: 200px;
    display: flex;
    align-items: center;
    align-content: center;

}



#cv {
    background-image: url(/img/cv.png);
    width: 200px;
    width: 200px;
}

#pres {
    background-image: url(/img/presentation.png);
    width: 200px;
    width: 200px;
}
