@font-face {
  font-family: "NYT Franklin 600";
  src: url('fonts/nyt-franklin-600.ttf') format('truetype');
}

@font-face {
  font-family: "NYT Franklin 700";
  src: url('fonts/nyt-franklin-700.ttf') format('truetype');
}

@font-face {
  font-family: "NYT Karnak 400";
  src: url('fonts/nyt-karnak-400.ttf') format('truetype');
}

.intro {
  text-align: center;
  background-color: #F4BCCF;
  position: fixed;
  width: 100vw;
  height: 100%;
  top: 0%;
  left: 0%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#title {
  margin: 0 24px;
  padding: 0;
  font-size: 40px;
  font-family: "NYT Karnak 400";
}

#subtitle {
  margin: 12px 0 24px;
  padding: 0;
  font-size: 20px;
  font-family: "NYT Franklin 700";
  font-weight: bolder;
}

.playContainers {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.playContainer {
  border-radius: 18px;
  border: 1px solid #000000;

  display: flex;
  flex-direction: column;
  text-align: center;
  color: #000000;

  width: fit-content;
  margin: 0 12px;
  padding: 12px;
  cursor: pointer;
  text-decoration: none;
}

.playImage {
  margin: 0;
  height: 80px;
  width: 80px;
}

.playTitle {
  margin: 4px 0;
  font-size: 14px;
  font-family: "NYT Franklin 600";
  text-decoration: none;
}

#crossword {
  background-color: #FFFFFF;
}

#connections {
  background-color: rgb(179, 167, 254);
}

#wordle {
  background-color: #E3E3E1;
}
