body {
  margin:0;
  padding:0;

}

.background {
  position: relative;
  width:100vw;
  height:100vh;
  background-image: url("/static/img/bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;

}

.header{
  background-color: #F4F6F5;
}


.logo{
    width:10%;
}

.content{
    background-color: #EAE4FF;

}


.footer{
    background-color: #8D98F2;
}
