body{
    background-image:url('/Logo.jpg');
    background-attachment:fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

div{
    margin: 3em 10%;
    padding: 0px;
}

h1 {
    text-align:center;
}

p {
    text-align:center;
}