body {
      background-color: var(--base-color);
      color: var(--text-color);
      font-family: Arial, sans-serif;
}
a {
  color: var(--link-color);
}
.box {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  background-color: #9500c2;
  padding: 10px;
  margin: 50px;
  font-size: 40px;
}
.standard {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
}
.homepage {
  display: flex;
  justify-content: left;
  align-items: left;
  font-size: 30px;
  padding-top: 3px;
  padding-bottom: 10px;
  background-size: 50%;
}