section#GunList {
    overflow: auto;
    height: 100vh;
    padding: 24px;
    padding-top: 30px;
    position: relative;
}

section#GunList h3 {
    color: #CABF91;
    font-size: 28px;
    margin-bottom: -8px;
    text-transform: uppercase;
    margin-top: 35px;
}

section#GunList p {
    font-size: 14px;
    color: #54534C;
    margin-bottom: 25px;
    padding-top: 10px;
    border-top: 1px solid #ffffff24;
}

.backBtn img {
    transform: rotate(180deg);
}

.backBtn {
    position: absolute;
}

.list {
    padding-bottom: 50px;
}

.backgroundGun {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: -1;
    overflow: hidden;
}

.backgroundGun svg {
    fill: #131313;
}

.backgroundGun svg {
    width: 200%;
    transform: rotate(-90deg) scaleX(-1);
    position: absolute;
    left: -60vw;
    top: 100px;
}