html {
    height: 100%;
    width: 100%;

}

body {
    height: 120%;
    width: 100%;

    background: linear-gradient(to right, #8C9EFF, #B388FF);
    background-size: cover;
    background-image: url(resources/muslim-earth.png);
    background-attachment: fixed;
}

