html{
    background-color: #828788;
}
header{
    height: 10%;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: bold;
    font-size: 2em;
    color: #eeebd9;
    text-align: left;
}
body{
    min-height: 70%;
    height: 70%;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color:  #eeebd9;
    padding: 20px;
    border-radius: 20px;
}
footer{
    height: 10%;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-align: center;
}
a{
    padding: 30px;
    font-size: 2em;
    color: #eeebd9;
    text-decoration: none;
}

a:hover {
  color: red;
}
.active{
    color: red;
}
.logo{
    padding: 10px;
    height: 15em;
    width: 15em; 
    margin: auto;
    align-content: center;
}
.roundedBox{
    border-radius: 30px;
    background-color: #1B3D81;
    min-width: 30%;
    max-width: 30%;
    text-align: center;
    margin: auto;
}
.roundedProfile{
    border-radius: 30px;
    background-color: #1b3d81;
    min-width: 30%;
    max-width: 30%;
    text-align: center;
    margin: auto;
}
.description{
    text-align: center;
    padding: 10px;
}
.listProjects{
    color: #eeedb9;
    display: flex;
    flex-direction: row;
}
.contactInfo{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.contact{
    padding: 30px;
    font-size: 1.5em;
    color: #eeedb9;
    text-decoration: none;
}
