body {
    height: 100%;
    width: 100%;
}
.background {
    background: url(../images/background.jpg) no-repeat center center fixed;
    background-size: cover;
    position: absolute;
    height: 100%;
    width: 100%;
    filter: blur(20px);
    -webkit-filter: blur(20px);
}
img.logo:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
img.logo {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    height: 25vh;
}
.title {
    color: #fff;
    font-weight: 900;
    position: relative;
}
.text {
    color: #fff;
    font-weight: 100;
    position: relative;
}
a {
    color: #00aeff;
    text-decoration: underline;
}
a:hover {
    color: #fff;
}
* {
    font-family: "Montserrat";
}
.points {
    color: #8D8C77;
}