.background {
    background-image: url("../images/pc_background.jpeg");
    background-color: rgba(224, 224, 224, 0.9);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-blend-mode: screen;
    background-position: center center;
}