ul {
    list-style-type: none;
}
* {
    font-family: 'Cantarell', sans-serif;
    font-weight: bold;
}
li {
    padding-top: .5em;
    color: #4d4d4d;
}
a {
    color: #4d4d4d;
    text-decoration: none;
}
a:visited {
    color: #4d4d4d;
    text-decoration: none;
}
body {
    background-image: url(../bg.png);
    margin: 0;
}
#sites {
    height: 100vh;
    align-items: center;
    display: flex;
    font-size: 3em;
    padding-left: 3em;
}
img {
    width: 600px;
}
div.image {
    position: fixed;
    right: 0px;
    bottom: -5px;
    z-index: 2;
}
