@media only screen and (min-width:992px) {

body {
    background-color: white;
    width:100%;
  }


p {
    background-color:white;
    color:black;
  }

#topicHead {
    background-color:white;
    color:black;
    text-align:center;
    margin-top: 100px;
  }


#theHead, #theHead p {
  background-color: #722f37;
}

#buyinHead{
  width:100%;
 display:flex;
flex-direction:column;
height:500px;
color:black;
justify-content:center;

}


#buyGCBox {
    margin:auto;
    background-color: #722f37;
    height: auto;
    width: auto;
    padding: 20px;
    text-align: center;
  }

.mybutton{
    margin-left:40%;
}

#buyGCBox p {
    background-color: #722f37;
  }

#myForm {
    font-size: 1.6em;
}

#myForm #wrongEmail, #myForm #clcode, #myForm #btcadd, #myForm #emailadd {
  color: red;
  visibility: hidden;
}


#myForm .labellin {
  color: black;
}

#redeemCode {
  font-size: 1.3em;
  text-decoration: none;
  border-radius: 20px;
  padding: 5px 5px 5px 5px;
  color: white;
  background-color: black;
  margin-top: 30px;
}

#redeemCode:hover {
  background-color: darkblue;
}

#below{
  display:flex;
  width: 100%;
  background-color: silver;
  height:80px;
  align-items: center;
  justify-content: space-around;
  margin-top:100px;
}
.payment>a{
margin-left: 20px;
}


}