body{
    /* display: flex; */
    background-color: #EDEBD7;
}
.header{
    display: flex;
    justify-content: space-between;
    background-color: #63B0CD;
    box-shadow: 4px 4px 0px #f5a524;
    padding: 10px 20px;

}
h1{
    font-size: 3rem;
    /* background-color: #f5a524; */
    width: auto;
    padding: 10px 20px;
}
ul{
    list-style: none;
}

a:link{
    color: black;
    text-decoration: none;
    /* background-color: #f5a524; */
}
h2{
    font-weight: 100;
}
.content-general{
    font-size: 1.5rem;
    font-weight: 100;

}

a.content-links{
    background-color: #63B0CD;
    box-shadow: 4px 4px 0px #f5a524;
    padding: 2px;
}
a:hover{
    color: white;
}