html, body {
    height: 100vh;
    margin: 0;
    background-color: rgb(9, 4, 31);
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    background-image: url("images/ad.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

button {
    font-family:Verdana, Geneva, Tahoma, sans-serif;
}

.container {
    width: 932px;
    height: 1700px;
    margin-right: auto;
    margin-left: auto;
    background-color: rgb(29, 24, 51);
}

.header {
    width: 100%;
    height: 70px;
    border-bottom: 1px solid rgb(65, 55, 110);
    margin-bottom: 30px;
}

.header .logo {
    padding: 10px;
    height: 50px;
    float: left;
}

.header .search {
    position: relative;
    float: left;
    height: 44px;
    width: 404px;   
}

.header .search input {
    height: 40px;
    width: 400px;
    margin-top: 15px;
    margin-left: 20px;
    padding-left: 10px;
    border: 0;
    border-radius: 20px;
    outline: none;
    background-color: rgb(62, 55, 94);
    color: white;
}

.header .search input:hover {
    height: 44px;
    width: 404px;
    margin-top: 13px;
    margin-left: 18px;
    border: 2px solid rgba(255, 255, 255, 0.336);
    border-radius: 20px;

}

.search img {
    position: absolute;
    height: 20px;
    width: auto;
    top: 24px;
    right: 0px;
    filter: invert(70%);
}

.header .login {
    float: right;
}

.header .login button {
    height: 40px;
    width: 120px;
    margin-top: 15px;
    margin-right: 20px;
    margin-left: 2px;
    border: none;
    border-radius: 5px;
    color: white;
    font-size: 18px;
}

.header .login button:hover {
    height: 44px;
    width: 124px;
    margin-top: 13px;
    margin-right: 18px;
    margin-left: 0;
    border: 2px solid rgba(255, 255, 255, 0.336);
}

.header .login .btn1 {
    background-color: rgb(46, 46, 184);
}

.header .login .btn2 {
    background-color: rgb(35, 141, 35);
}

.content {
    height: 1500px;
}

.info {
    color: white;
    margin-left: 30px;
    padding-left: 30px;
    margin-right: 30px;
    border: 10px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
}

.info h2 {
    color:rgb(100, 75, 207)
}


.box {
    width: 500px;
    height: 500px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.1);
    text-align: center;
}

.box img {
    width: 400px;
    margin-right: auto;
    margin-left: auto;
}

.box p, .box h2, .box h3{
    color: rgb(200, 200, 200);
}

.box h3 {
    font-size: 12px;
    padding: 3px;
}

.box h2 {
    margin: 0;
}

.box p {
    margin: 0;
    padding-top: 3px;
    font-size: 12px;
    color: rgb(170, 170, 170);
}

#timer, .box h4  {
    color: rgb(209, 209, 209);

}

.box button {
    width: 150px;
    float: left;
    margin-left: 14px;
    border: none;
    height: 48px;
    background-color: rgb(10, 97, 10);
    border-radius: 10px;
    font-size: 16px;
    color: white;
    cursor: pointer;
    line-height: 48px;
}

.box button:nth-child(2) {
    background-color: rgb(138, 19, 19);
}

.box button img {
    height: 35px;
    width: auto;
    margin: 0;
    float: left;
    filter: invert(100%);
    padding-top: 6.5px;
    padding-left: 6.5px;
}

.box button:hover {
    background-color: rgb(30, 109, 30)
}

.box button:nth-child(2):hover {
    background-color: rgb(148, 44, 44);
}

.box .price {
    width: 150px;
    float: left;
    background-color: rgba(0, 0, 0, 0.3);
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 10px;
    color: white;
    font-size: 15px;
    font-weight: bold;
    margin-left: 14px;
    float: left;
}


/*------------------PISTOL PAGE---------------------------*/



.content-pistol {
    margin-left: 10px;
    border-radius: 10px;
    width: 912px;
    background-color: rgba(255, 255, 255, 0.1);
    position: relative;
}

.box-pistol {
    width: 500px;
    height: 450px;
    margin-left: 10px;
    border-radius: 10px;
    text-align: center;
}

.box-pistol img {
    width: 400px;
    margin-right: auto;
    margin-left: auto;
}

.box-pistol p, .box-pistol h2, .box-pistol h3{
    color: rgb(200, 200, 200);
}

.box-pistol h3 {
    font-size: 12px;
    padding: 3px;
}

.box-pistol h2 {
    margin: 0;
}

#timer, .box-pistol h4  {
    color: rgb(209, 209, 209);

}


.box-pistol p {
    margin: 0;
    padding-top: 3px;
    font-size: 12px;
    color: rgb(170, 170, 170);
}

.content-pistol button {
    position: absolute;
    width: 350px;
    top: 15px;
    right: 15px;
    border: none;
    height: 98px;
    background-color: rgb(10, 97, 10);
    border-radius: 10px;
    font-size: 16px;
    color: white;
    cursor: pointer;
    line-height: 48px;
}

.content-pistol button:nth-child(2) {
    background-color: rgb(138, 19, 19);
    top: 128px;
}

.content-pistol button img {
    height: 35px;
    width: auto;
    margin: 0;
    float: left;
    filter: invert(100%);
    padding-top: 6.5px;
    padding-left: 6.5px;
}

.content-pistol button:hover {
    background-color: rgb(30, 109, 30)
}

.content-pistol button:nth-child(2):hover {
    background-color: rgb(148, 44, 44);
}

.content-pistol .price {
    position: absolute;
    right: 15px;
    top: 241px;
    width: 350px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    color: white;
    font-size: 15px;
    line-height: 98px;
    font-weight: bold;  
    text-align: center;
}

.login {
    text-align: center;
}

.login input {
    height: 40px;
    width: 400px;
    margin-top: 15px;
    margin-left: 20px;
    padding-left: 10px;
    border: 0;
    border-radius: 20px;
    outline: none;
    background-color: rgb(62, 55, 94);
    color: white;
}

.login input:hover {
    height: 44px;
    width: 404px;
    margin-top: 13px;
    margin-left: 18px;
    border: 2px solid rgba(255, 255, 255, 0.336);
    border-radius: 20px;
}

.login h1 {
    color: white;
}

.login button {
    height: 40px;
    width: 120px;
    margin-top: 15px;
    margin-right: 20px;
    margin-left: 2px;
    border: none;
    border-radius: 5px;
    background-color: rgb(35, 141, 35);
    color: white;
    font-size: 18px;
}

.login button:hover {
    height: 44px;
    width: 124px;
    margin-top: 13px;
    margin-right: 18px;
    margin-left: 0;
    border: 2px solid rgba(255, 255, 255, 0.336);
}