body {
  background-color: #000042;
  color: #fff8e7;
  text-align: center;
  margin-left: 120px;
  margin-right: 120px;
  background-image: url('backgrounds/rainbowstr.gif');
}

.header {
  padding: 2px;
  font-size: 42px;
  text-align: center;
  background: #000042;
}

.card {
  background-color: #000042;
  padding: 10px;
  margin-top: 10px;
  text-align: left;
}

.box {
  border-style: hidden;
  border-radius: 18px;
  margin-top: 30px;
  margin-bottom: 50px;
  

-webkit-box-shadow:0px 0px 35px 15px rgba(253,253,150,0.60);
-moz-box-shadow: 0px 0px 35px 15px rgba(253,253,150,0.60);
box-shadow: 0px 0px 35px 15px rgba(253,253,150,0.60);

}

a:link {
  color: #DAB1DA;
}
a:visited {
  color: #DAB1DA; 
}

a:hover {
  color: #7c8463; 
}