body {
    font-family: proxima-nova, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
}

a {
    color: #1C648B;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

ul {
    margin: 0;
    padding: 50px 0 0 0;
}

ul li {
    line-height: 2;
    list-style: none;
}

.event {
    color: #81487a;
}
.mail {
    color: #75A9D2;
}
.survey {
    color: #fda02f;
}
.sweeps {
    color: #84d230;
}

footer {
    bottom: 0;
    font-size: 16px;
    position: absolute;
    text-align: center;
    width: 100%;
}