body {
  font-family: "Gothic A1", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #d22027;
  color: white;
}
a,
a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.candidate-card,
.consigliere-card {
  width: 18rem;
  margin: auto;
}
.link-box {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.link-box a {
  flex: 1;
  text-align: center;
  padding: 0.5rem;
  margin: 0.5rem;
  border: 1px solid #ffffff;
  border-radius: 0.25rem;
  color: #ffffff;
}

.link-box a:hover {
  background-color: #ffffff;
  color: #d22027;
}

.card-body a {
  color: #d22027;
}

h1 {
  font-weight: bold;
  font-size: 3rem;
}
