body {
  margin: 0;
  height: 100vh;
  background-image: url("/ponuts.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: serif;
}

#titlewindow {
  margin-bottom: 30%;
  transform: scale(2.0);
}

#titlewindow > .title-bar {
  font-size: 1.2em;
}

#fctitle {
  font-size: 3em;
  font-weight: bold;
}

#marqueecontainer {
  display: flex;
  flex-direction: row;
  align-items: center;
  max-height: min-content;
  align-content: center;
  gap: 0.6rem;
  cursor: pointer;
}

#billy {
  width: auto;
  height: calc(1.8em * 2.5);
}

#fcsubtitle {
  font-size: 1.8em;
}
