@font-face {
  font-display: swap;
  font-family: "Yusei Magic";
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/Yusei-Magic.woff2") format("woff2");
}

* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  background-color: black;
  color: white;

  font-family: "Yusei Magic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.center {
  width: 100%;
  max-width: 100%;
  height: 100vh;

  display: flex;
  justify-content: center;
  align-items: center;
}

.content {
  padding: 50px;
}

h2 {
  font-size: 35px;
}

.workTitle {
  font-size: 30px;
  padding-left: 10px;
}

.workDescription {
  padding-left: 20px;
}

.marker {
  background: linear-gradient(transparent 50%, rgba(255, 153, 0, 0.5) 50%);
  display: inline;
}
