.background {
    background: url("../assets/svg/map.svg") no-repeat center center;
    background-size: cover;
    background-position: 50% 70%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    filter: blur(1px);
    -webkit-filter: blur(1px);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    opacity: 0.3;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
