/* Body */
body{
 background-color:#bdc3c7;
}

/* Home */
#home{
 transform:translatex(0px) translatey(0px);
 background-blend-mode:color;
 background-position-x:0%;
 background-position-y:0%;
 background-repeat:repeat-y;
 border-color:rgba(216,125,125,0.29);
 border-style:dashed;
 border-width:3px;
 border-right-style:dotted;
 backdrop-filter: brightness(7.57) contrast(4.26) grayscale(0.68) invert(0.55) hue-rotate(249deg) sepia(0.67);
 border-top-right-radius:40px;
 border-top-left-radius:28px;
 box-shadow:42px 50px 40px -13px rgba(135,7,37,0.3);
}

