body,
html {
  font-size: 10px;
  height: 100%;
  margin: 0;
  background-color: #111111;
}
.container {
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-family: Arial, Helvetica, sans-serif;
  color: #CC0000;
}
#centeredContainer {
  width: 153px;
  height: 365px;
}
#logo,
#tagline,
#een {
  margin-bottom: 1rem;
  display: block;
  white-space: pre;
}
#websolvent,
#een {
  display: block;
  white-space: pre;
}
.pxcicons {
  width: 21px;
  height: 21px;
}
#icon {
  display: inline-block;
  margin-right: .3rem;
}
#icon img {
  height: 21px;
  width: 21px;
}
#logo {
  display: inline-block;
}
#logoContainer {
  background-image: url(pics/pxclogo2017b.svg);
  background-repeat: no-repeat;
  height: 275px;
  background-size: 153px;
  margin-bottom: 1rem;
}
@media (max-width: 600px) {
  /* TEST D */
}
