body {
    background-color: #f9ec4e!important;
    font-family: 'Arial', sans-serif;
    /*margin: 0;*/
    /*padding: 0;*/
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    /*height: 100vh;*/
    /*flex-direction: column;*/
}


body::after {
    content: "";
    background-image: url("pngegg.png");
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.3;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}