.css-selector {
    font-family: 'Open Sans';
}

html {
    height: 100%;
}
body {
    height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-image: linear-gradient(rgb(26, 52, 129), rgb(26, 52, 129), rgb(5, 12, 34), rgb(0, 0, 0));
}

#homepage img{
    width: 203px;
    margin-top: -100px;
}

#homepage .content{
    margin-top: 120px;
    font-family: 'Open Sans';
    color: white;
    font-size: 20px;
    line-height: 1.3;
}

#homepage .content a{
    color: white;
    text-decoration: underline;
}

#homepage .content a:hover{
    color: lightgray;
}