*{
    font-family: "Roboto", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
    box-sizing: border-box;
}

body {
    background-color:  #f7f9fc;
    background-image: url("../images/pokebola-opacity.png");
    background-repeat: no-repeat;
    background-position: bottom right;
}

.content {
    width: 100vw;
    height: auto;
    padding: 1rem;
    background-color: #fff;
}

.content-img-wrapper {
    position: absolute;
    top: -180px;
    right: 0;
    left: 0px;
    overflow: hidden; 
}

.content-img-bg {
    width: auto;
    height: auto;
    opacity: 0.1;
}

@media screen and (min-width: 576px) {
    .content-img-wrapper {
        left: 90px;
    }
}

@media screen and (min-width: 768px) {
    .content-img-wrapper {
        left: 280px;
    }
}

@media screen and (min-width: 992px) {
    .content {
        max-width: 992px;
        height: auto;
        margin: 1rem auto;
        border-radius: 1rem;
    }
    
    .content-img-wrapper {
        top: -20px;
        left: 360px;
    }
}

@media screen and (min-width: 2200px) {
    .content-img-wrapper {
        left: 970px;
    }
}

@media screen and (min-width: 3400px) {
    .content-img-wrapper {
        left: 1570px;
    }
}