body {
  position:absolute;
  overflow: hidden;
  margin: 0;
  padding: 0;
  color:white;
  font-family: sans-serif;
  background-color: SteelBlue;
  
  }

#box{
    text-align: center;
    width:100%;
    margin:0px;
    margin-top:10px;
    box-shadow:0px 0px 0px #333;
}

#rbox{
    text-align: center;
    width:100%;
    margin:0px;
    margin-top:10px;
    background-color: white;
}

.pic{
    width:80px;
    height:80px;
    float:left;
    line-height:80px;
    margin:4px;
    border:5px #fff solid;
    border-radius: 12px;
    color:White;
    font-size: 60px;
    text-align: center;
}

.rpic{
    width:60px;
    height:60px;
    float:left;
    line-height:60px;
    margin:1px;
    background-Color:yellow;
    border:2px #fff solid;
    border-radius: 12px;
    color:black;
    font-size: 20px;
    text-align: center;
}

.MQ{
  width:20px;
  height:20px;
  background-image: url("../images/MQ.jpg");
  background-size:cover;
  margin:0px auto;
}


.anniu{
  text-align: center;
  color:white;
  background-color:LightBlue;
  font-size:20px;
}

.dev{
  text-align: center;
  width:100%;
  color:white;
  font-size:14px;
  font-family:fantasy;
}

#drawBtn{
    color:black;
    font-size:30px;
    width:100%;
    height:100px;
    box-shadow:0px 0px 2px #333;
    font-weight: bold;
}