@import url('https://fonts.googleapis.com/css?family=Lato:400,700');

h1 {
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: normal;
}

html {
    background-color: #eeeeee;
}

hr {
    border-style: solid;
    border-bottom-style: solid;
    border-bottom: none;
    width: 40%;
}

body {
    font-family: 'Lato', sans-serif;
    text-align: center;
    margin-top: 30vh;
}

.icons a svg {
    width: 30px;
    height: 30px;
    fill: #aaa;
}

.icons a:hover svg {
    fill: #111;
    transition: fill 0.2s ease-in-out;
}

a {
    text-decoration: none;
}