.cloudsBackground {
    background-image: url(./img/shape.png);
    background-color: #1a73e8;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: fixed;
    z-index: 21;
}
