body{
    background: rgba(158, 158, 158, 0.733);
    font-family: 'Kameron', serif;
    font-size: 30px;

}
img{
 max-width: 100%;
 min-width: 100%;
 
}
.text{
    color: rgb(43, 43, 43);
}
.header{
    width: 100%;
    height: 60px;
    background: teal
}

.right{
    float: right;
}

.left{
    float: left;
}

.button{
    background: rgb(216, 216, 216);
    border: rgb(59, 59, 59) 10px solid;
    color: rgb(233, 233, 233);
    padding: 10px; 
    margin: 10px auto;
    line-height: 20px;
    text-align: center;
    width: 80%;
    
    
}
.left_col{
    size: 50%;
    float: left;
}

a{
    color: black
}
.money{
    position: fixed;
    right: 15px;
    top:10px;
    border: rgb(59, 59, 59) 10px solid;
    padding: 10px;
    background: rgb(138, 76, 109);
    font-size: 30
}

.ad1{
    position: fixed;
    left: 25px;
    bottom: 10px;
    border: rgb(59, 59, 59) 10px solid;
    background: darkslategrey;
    font-size: 30;
    color: rgb(169, 179, 179)

}

.choice{
    background: rgb(88, 117, 112)
}