@import url('https://fonts.googleapis.com/css?family=Josefin+Sans');

html {
    background-color: #7e8aa2;
    text-align: center;
    color: white;
    font-size: 9pt;
    font-family: 'Josefin Sans', sans-serif;
}

hr {
    border-style: solid;
    border-bottom: none;
    width: 55%;
    border-color: white;
    border-width: 2px;
}

body {
    padding-top: 30vh;
}

.contact a {
    color: white;
    text-decoration: none;
    font-size: 15px;
}

.contact a:hover {
    color: #FFCB00;
}

.contact {
    margin-top: 15px;
}

.logo {
    margin-bottom: -25px;
}