
.butAns{
    padding: 15px 200px 15px 200px;
    font-size: 40px;
    text-align: center;
    cursor: pointer;
    outline: none;
    color: rgb(0, 0, 0);
    background-color: rgb(112, 245, 100);
    border: none;
    border-radius: 15px;
    box-shadow: 0 9px #999;
    text-decoration: none;
    margin-left: 15%;
}

.butAns:hover {background-color: #FFA07A}
  
.butAns:active {
    background-color: #FFA07A;
    box-shadow: 0 5px #666;
    transform: translateY(4px);
}

/* -------------------------------------------------------------------------------------------------------------------------------------- */

a.butChoose{
    padding: 15px 200px 15px 200px;
    font-size: 40px;
    text-align: center;
    cursor: pointer;
    outline: none;
    color: rgb(0, 0, 0);
    background-color: rgb(114, 236, 103);
    border: none;
    border-radius: 15px;
    box-shadow: 0 9px #999;
    text-decoration: none;
}

.butChoose:hover {background-color: #FFA07A}
  
.butChoose:active {
    background-color: #FFA07A;
    box-shadow: 0 5px #666;
    transform: translateY(4px);
}

/* ------------------------------------------------------------------------------------------------------------------------------------------ */

img.scalesCenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 700px;
    height:450px;
}

img.imgChoose {
    display: block;
    width: 120px;
    height:120px;
}

img.head {
    display: block;
    width: 45%;
    height:5%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5%;
    margin-top: 2%;
    border-style: solid;
    border: 5px dotted;
    border-color: coral;
    background-color:  rgb(105, 62, 46);
    padding: 1.5%;
}

img.game {
    display: block;
    width: auto;
    height:55px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.imgThing {
    display: block;
    margin-left: 0px;
    margin-right: auto;
    width: 300px;
    height:140px;
}

/* --------------------------------------------------------------------------------------------------------------------------------------------- */

.farTr {
    padding: 100px ;
    width: 700px;
    height: 100px;
}

/* ------------------------------------------------------------------------------------------------------------------------------------- */
.bg {
    /* background: linear-gradient(white, pink); */
    background-position: center center;
    background-attachment: fixed;
    -o-background-size: 100% 100%, auto;
    -moz-background-size: 100% 100%, auto;
    -webkit-background-size: 100% 100%, auto;
    background-size: 100% 100%, auto;
    background-image: url("img/bg6.png");
    z-index: -999;
    min-height: 100%;
    min-width: 100%;
    width: auto;
    height: auto;
    position: fixed;
    top: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

div.header {
    background-image: linear-gradient(to top, #f77062 0%, #fe5196 100%);
    height: 45px;
    text-align: center;
    padding: 25px 100px 25px 100px;
    border-color: #666;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
.box2 {
    width:400px;
    height:0px; 
    float:left
}

.box3 {
    width:400px;
    height:0px; 
    float: right;
    font: 2em sans-serif;
}
