a.button {
    padding: 1px 6px;
    border: 1px outset buttonborder;
    border-radius: 3px;
    color: buttontext;
    background-color: buttonface;
    text-decoration: none;
}
.box {
  background: #B8D4E3;
  border: 1px solid #1e3231;
  padding: 20px;
  width: 512px;
  margin-left: 50%;
  transform: translate(-50%,-0);
  margin-bottom: 0;
}
h3{
    color: #1046a9;
}
p{
    color: A7A5F8;
}