body{
    background-color:  #66C8BE;
    font-family:"Tahoma";
}
.titles{
    display:flex;
    flex-flow:row nowrap;
    justify-content:space-between;
}
.logoCircle{
    max-width:5cm;
}
.centeredTitle{
    color:#339e95;
    font-style:italic;
    font-size:300%;
    text-decoration:underline;
}
.rightTitle{
    color:white;
    font-family:Arial;
    font-size:300%;
}
.smallTitle{
    color:white;
    font-size:20px;
    font-family:Arial;
    font-weight:bold;
}
.link, .link a, .link a:visited{
    color:#339e95;
    font-family:Arial;
    font-style:italic;
    font-size:20px;
}
.link a:hover{
    color:white;
    font-family:Arial;
    font-style:italic;
}