body {
  font-family: "Poppins", sans-serif;
  background-color: #ff5252;
}

#head {
  width: 100%;
  height: 200px;
  background-image: url('header.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  border-radius: 10px;
  box-shadow: 0 4px 10px black;
}

#head h1 {
  margin: 0;
  font-family:'Playfair Display', serif;
  font-size: 65 px;
  color: rgb(109, 17, 17);
  letter-spacing: 2px;
}

#head h2 {
  margin: 0;
  font-family:'Playfair Display', serif;
  color: rgb(109, 17, 17);
  font-size: 34 px;
  font-weight: normal;
}

section {
  color: #6a4b4b;
  font-family: "Montserrat", sans-serif;
  border: 3px solid rgb(205, 181, 188);
  text-align: center;
  box-shadow: 0 4px 10px black;
  border-radius: 10px;
  width: 80%;
}

section h2 {
  font-size: 18px;
  font-family: 'Montserrat', serif;
  margin-bottom: 18px;
}

section p {
  font-size: 18px;
  font-family: 'Montserrat', serif;
  margin-bottom: 18px;
}

section h3 {
  font-size: 22px;
  font-family: 'Montserrat', serif;
  margin-bottom: 12px;
}

section {
  text-align: center;
  border-radius: 10px;
  width: 80%;
  margin: auto;
  background-color: #fadbdb;
  margin-top: 75px;
  box-shadow: 0px 10px 36px 16px rgba(0, 0, 0, 0.1);
  padding: 20px 0;
}

.game--title {
  padding-top: 20px;
}

.game--container {
  display: grid;
  grid-template-columns: repeat(3, auto);
  width: 260px;
  margin: 0 auto;
  margin-bottom: 10px;
  margin-top: 10px;
}

.cell {
  font-family: "Poppins", sans-serif;
  width: 80px;
  height: 80px;
  box-shadow: 0 0 0 1px black;
  border: 1px solid black;
  cursor: pointer;
  line-height: 80px;
  font-size: 36px;
}

button {
  margin-bottom: 25px;
  height: 40px;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  border: none;
  border-radius: 5px;
  color: #fff;
  background-color: #ff5252;
  cursor: pointer;
}

button:hover {
  transition: 0.25s;
  background-color: #fea2a7;
}

iframe {
  width: 360px;
  height: 640px;
  border: none;
  border-radius: 10px;
}

.taylorImg{

  width: 100%;
  max-width: 520px;
  border-radius: 10px;
  box-shadow: 0 4px 10px black;
}
