/* the body part */

body {
    background-image: url("../picture/background.png");
    background-repeat: no-repeat;
    background-attachment:fixed;
    background-size: cover;
}

div{
    margin-top: 2.5%;
    text-align: center;
}
