body {
    background-color: #a50009;
    color: #ffffff;
    font-family: Arial;
    text-align: center;
  justify-content: center;
 }

#containerE {
    height: 100%;
    width: 100%;
    position: fixed;
    left:0px;
    top: 0px;
}

#centerE {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

b{
	
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	color: #ffca62;
}

a {
	font-family: Arial;
	color: #d5462d;
	font-size: 20px;
	text-decoration: none;
	padding: 10px;
}

a:hover {
    color: #ffca62;
}

form {
    margin-top: 20px;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
}

.theme-gold {
    background-color: #ffca62;
    color: #a50009;
    border: 1px solid #a50009;
}

.card image{
    margin-bottom: 10px;
}
