@import url('https://fonts.googleapis.com/css?family=Roboto:300');
@import url('https://fonts.googleapis.com/css?family=RobotoBold:400');

body {
    background-image: -moz-linear-gradient(-135deg, rgba(255,0,0,1) 0%, rgba(166,1,83,1) 100%); /* ff3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(166,1,83,1)), color-stop(100%, rgba(255,0,0,1))); /* safari4+,chrome */
    background-image: -webkit-linear-gradient(-135deg, rgba(255,0,0,1) 0%, rgba(166,1,83,1) 100%); /* safari5.1+,chrome10+ */
    background-image: -o-linear-gradient(-135deg, rgba(255,0,0,1) 0%, rgba(166,1,83,1) 100%); /* opera 11.10+ */
    background-image: -ms-linear-gradient(-135deg, rgba(255,0,0,1) 0%, rgba(166,1,83,1) 100%); /* ie10+ */
    background-image: linear-gradient(-315deg, rgba(255,0,0,1) 0%, rgba(166,1,83,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A60153', endColorstr='#FF0000',GradientType=1 ); /* ie6-9 */
    background-position: center;
    background-repeat: no-repeat;
}

.content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.content ul li a {
    color: #FFFFFF;
    padding-right: 18px;
}

#logo {
    width: 232px;
    height: 61px;
    margin-bottom: 30px;
}

#title {
    font-family: 'RobotoBold', sans-serif;
    color: #FFFFFF;
    font-size: 20px;
}

#para-text {
    font-family: 'Roboto', sans-serif;
    color: #FFFFFF;
    font-size: 14px;
}

#footer {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #fff;
}
