html {
  height: 100%;
}

body {
  height: 100%;
  color: white;
  overflow: hidden;
  background-color: black;
  text-align: center;
  font-family: Arial;
  color: #ffffff;
  font-weight: normal;
}

.flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}

.width-1030 {
  width: 1030px;
}

.ft-42 {
  font-size: 42px;
}

.ft-36 {
  font-size: 36px;
}

.ft-30 {
  font-size: 30px;
}

.ft-24 {
  font-size: 24px;
}

.ft-18 {
  font-size: 18px;
}

.bg-transparent {
  background-color: transparent;
}

.bg-alpha {
  background-color: #00000066;
}

.bg-img {
  background-image: url("./achtergrond.jpeg");
}

p {
  margin-top: 0px;
}

p.alt-color {
  color: #737373;
}

b {
  color: #5793c9;
}
