@font-face {
  font-family: 'jetMonoBold';
  src: url('assets/fonts/webfonts/JetBrainsMono-Bold.woff2') format('woff2');
}

body {
  margin: auto;
  max-width: 1280px;
  background-color: #7C5FA1;
  font-family: 'jetMonoBold';
}

.construction {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.construction p {
  color: #ffffff;
  font-size: 48px;
  transition: color 0.5s;
}

.construction p:hover {
  color: #000000;
}

