body{
    color:#333;
    background-color:#C7D3DD;
    font-family:Raleway,sans-serif;
    font-weight: 400;
    background: linear-gradient(to right, #E8EEF2 0%, #C7D3DD 100%);
}

h1 {
    font-family: 'Bungee', cursive;
    text-transform: uppercase;
    background: linear-gradient(to right, #30CFD0 0%, #330867 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
h2{
    font-weight: 600;
}
h3{
    font-weight: 400;
}

h3 a {
    color:#333;
    text-decoration: none;
}

h3 a:hover {
    border-bottom: 1px solid #0f7faf;
    margin-bottom: 12px;
}

h1 span, h2 span, h3 span{
    color:#0f7faf;
}

.footer {
    border-top: 1px solid #999;
}

.footer p {
    color: #666;
    font-size: 10px;
}

@media screen and (min-width: 900px) {
    .centred{
        position:fixed;
        top:50%;
        left:50%;
        transform:translate(-50%,-50%);
        text-align:center
    }

    h1 {
        font-size: 4vw;
    }
    h2{
        font-size: 2vw;
    }
    h3{
        font-size: 1.6vw;
    }

}

@media screen and (max-width: 899px) {
    .centred{
        margin: 20px;
        text-align:center;
    }
    h1 {
        font-size: 8vw;
    }
    h2{
        font-size: 4vw;
    }
    h3{
        font-size: 4vw;
    }
}