body {
  background-color: #fff3b0;
  font-family: Poppins;
}

button, a , div {
  font-family: Poppins;
}

.head-container {
  text-align: center;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 30px;
}

.opening-con {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-content: center;
  align-items: center;
}

.img-img {
  width: 300px;
}

.img-details {
  width: 500px;
  font-size: medium;
  text-align: center;
}

.opening-hr-con {
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #003049;
  width: 1000px;
}

.navigation-link {
  background-color: #003049;
  padding: 5px;
  margin: 2px;
}

.navigation-link:hover {
  cursor: pointer;
  opacity: 0.5;
}

.navigation-main-con {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

a {
  text-decoration: none;
  color: #bde0fe;
}

.rock-paper-title {
  margin-bottom: 20px;
}

.l7-img-con, .l7ab-con, .l7c-con {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 10px;
}

.l7a-c {
  width: 600px;
  width: 600px;
  margin-top: 20px;
  border-radius: 20px;
  
}

.heads-tails-title {
  margin-top: 20px;
}

.footer-main-con {
  margin-bottom: -10px;
  background-color: yellow;
  margin-top: 30px;
  color: black;
  padding: 5px;
  font-style: italic;
  text-align: center;
}
