{% load static %}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

body {
   background-image: url("/static/images/Picture1.jpg");
   background-repeat: no-repeat;
   background-attachment: fixed;
    background-position: center;
    background-size: contain;
}
