body {
    padding: 30px 200px;
}

.background {
    position: fixed;
    z-index: -1;
    width: 500px;
    height: 500px;
    top: 0;
    left: 0;
    background: rgba(70, 72, 187, 0.34);
    filter: blur(300px);
}