.base {
    background-color: black;
    background-image: url(../images/walls/webp/blur/statue-wallv2.webp);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    border-top: 2px solid wheat;
  }

  .base-par {
    background-color: black;
    background-image: url(../images/walls/webp/blur/statue-wallv2.webp);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    border: 30px solid;
    border-image: url(../images/extras/webp/border.png) 50;
    margin-top: 10px;
    margin-bottom: 10px;
  }