@charset "UTF-8";
/* CSS Document */
body{
	background-image:url("../images/topbg.svg");
	background-attachment: fixed;
  background-size: cover;
  background-position: center;

}
.bg-purple{background: #612e87;}
 .bg-beige{background: #fbfbfb;}
.relative {
    position: relative;
}
.absolute {
position: absolute;
    right: 0;
    top: 7em;
}
.absolute-day {
position: absolute;
    left: 5em;
    bottom: -5em;
    width: 50%;
}