ul,ol {
    list-style-position: inside;
}
.coloured {
    height: 100%;
    width: 100%;
    margin: 0;
    background-image:
        linear-gradient(
        to right, 
        #fae904 0%,
        #fae904 50%,
        #f3f3f3 50%,
        #f3f3f3 100%
        );
    text-align: center;
}
.intro {
    font-family: 'Merriweather', serif;
    font-size: 2vh;
}
.highlight {
    font-family: "Rubik Doodle Triangles";
    font-size: 4vh;
	font-weight: normal;
	margin:0;
}
.footer{ 
    font-family: 'Merriweather', serif;
    position: relative;
    font-size: 1.3vh;    
    bottom: 3vh;
    width: 100%;
} 
.main{ 
    font-family: 'Merriweather', serif;
    font-size: 1.7vh;
    margin-top: 6vh;
    margin-bottom: 3vh;
} 
.quote{
    font-family: "Cedarville Cursive";
    font-size: 3vh;
} 
.author{
    font-family: "Abril Fatface";
    font-size: 2vh;
}
.quotebox {
    margin-top: 3vh;
    margin-bottom: 3vh;
}