.container {
    font-size: 50px;
    text-align: center;
}
.image-one {
    margin: auto;
}

.gun-box {
    /* margin: 0 auto; */
    text-align: center;
}

.container-2,
.container-3,
.container-4,
.container-5,
.container-6 {
    font-size: 18px;
}

p#id-three {
    color: purple;
}

a[href="https://danieldefense.com/socom-m4a1.html"]:hover {
 color: blueviolet;
}

a[href="https://danieldefense.com/socom-m4a1.html"] {
    color: blue;
   }

.box_one {

    width: 200px;
    height: 130px;
    background-color: tan;
    margin: 0 auto;
    text-align: center;
}

.p_one {
    font-size: 12px;
    text-align: center;
}
