@charset "UTF-8";

body {
    margin-left: 25%;
    margin-right: 25%;
    margin-top: 5%;
    margin-bottom: 5%;
    background-image: url(background.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
h1 {
    text-align: center;
}
.contact {
    text-align: center;
    margin-top: 0;
}
.strong {
    font-weight: bold;
}
.highlights {
    font-style: italic;
}
.references {
    font-style: italic;
    font-size: small;
}
h1, h2, h3 {
    margin-bottom: 0;
    font-family: 'Cambria';
    color: #383838;
}
.contact p {
    margin-top: 8px;
}
p {
    margin-bottom: 10px;
}
ul, p {
    margin-top: 5px;
    font-family: 'Segoe UI', Tahoma, Verdana, sans-serif;
    color: #383838;
}
.azure {
    background-color: #F0FFFF;
    padding: 8%;
    border-radius: 25px;
}
a:link {
    color: rgb(47, 79, 79);
}
a:visited {
    color: rgb(75, 0, 130);
}
a:hover {
    color: rgb(65, 105, 225);
}
a:active {
    color: rgb(255, 0, 255);
}