body {
    text-align: center;
    background-image: linear-gradient(180deg, #4f1d7e, #FDB927, #000000);
    /* Full height */
    height: 100%;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    font-family: 'Aboreto', cursive;
    padding-left: 5vw;
    padding-right: 5vw;
}img {
    width: 40%;
    border: solid 7px white;
}a {
    color: #4f1d7e;

}



#mainTextTitle {
    font-family: 'Aboreto', cursive;
}#mainSubtitleText {
    font-size: 150%;
    font-family: 'Aboreto', cursive;
}#mainQuestionText {
    text-decoration: underline 3px white;
}#KobeIntroText {
    font-size: 120%;
    font-weight: bold;
}