body {
  margin: 0;
  padding: 0;
}

.navbar {
  position: sticky;
    margin: 0;
    top: 0; 
    background-color: #D9D9D9;
    color: white;
    padding: 10px;
    text-align: left;
    display: flex;
    align-items: center;
}

h1 {
  font-family: 'Antonio';
  font-size: 24pt;
  color: #000000;
  margin: 0;
  line-height: 1.1;
}

h2 {
  font-family: "Antonio";
  font-size: 24pt;
  margin-top: 35px;
  margin-bottom: 0px;
  padding-left: 20px;
  color: #000000;
}

p {
  font-family: "Raleway";
  font-size:14pt;
  margin: 0;
  margin-top:10px;
  padding-left: 20px;
  margin-bottom: 15px;
  max-width: 95%;
}

#map {
  display: block;
  border-radius: 20px;
  margin: auto;
  align: center;
  max-width: 95%;
  margin-bottom: 20px;
  margin-top: 20px;
}

.grid {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: center;
  gap: 10px;
  max-width: 96.5%;
  margin-left: auto;
  margin-right: auto;
}

.tile1container {
  width: 400px;
  height: auto;
  aspect-ratio: 6/9;
  background-color: #c90606;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  margin-bottom: 20px;
}

.tile2container {
  width: 400px;
  height: auto;
  aspect-ratio: 6/9;
  background-color: #ff991f;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  margin-bottom: 20px;
}

.tile3container {
  width: 400px;
  height: auto;
  aspect-ratio: 6/9;
  background-color: #ffc715;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  margin-bottom: 20px;
}


.tile4container {
  width: 400px;
  height: auto;
  aspect-ratio: 6/9;
  background-color: #45a338;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  margin-bottom: 20px;
}

.tile5container {
  width: 400px;
  height: auto;
  aspect-ratio: 6/9;
  background-color: #3043b7;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  margin-bottom: 20px;
}


.tile6container {
  width: 400px;
  height: auto;
  aspect-ratio: 6/9;
  background-color: #792ab7;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  margin-bottom: 20px;
}

.tiletext {
  color: white;
  font-size: 36px;
  margin: 0px;
  margin-right: 15px;
}

.readytoguessbuttons{
  overflow: hidden;
  display: flex;
  flex-shrink: 1;
  min-width: auto;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: center;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  gap: 10px;
  max-width: 96.5%;
  margin-bottom: 50px;
}

.readytoguessbutton1 {
  min-width: 0;
  background-color: #636363; 
  border: none; 
  color: white;
  padding: 15px 80px;
  text-align: center;
  text-decoration: none; 
  font-family: "Open Sans";
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings:
    "wdth" 75;
  font-size: 32px;
  font-display: inline-block;
  border-radius: 50px; 
  margin-bottom: 20px;
}

.readytoguessbutton2 {
  min-width: 0;
  background-color: #636363; 
  border: none; 
  color: white;
  padding: 15px 80px; 
  text-align: center;
  text-decoration: none; 
  font-family: "Open Sans";
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings:
    "wdth" 75;
  font-size: 32px;
  font-display: inline-block;
  border-radius: 50px; 
  margin-bottom: 20px;
}

.readytoguessbutton3 {
  min-width: 0;
  background-color: #636363; 
  border: none; 
  color: white;
  padding: 15px 80px; 
  text-align: center;
  text-decoration: none; 
  font-family: "Open Sans";
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings:
    "wdth" 75;
  font-size: 32px;
  font-display: inline-block;
  border-radius: 50px; 
}

.readytoguessbutton4 {
  min-width: 0;
  background-color: #636363; 
  border: none; 
  color: white;
  padding: 15px 80px; 
  text-align: center;
  text-decoration: none; 
  font-family: "Open Sans";
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings:
    "wdth" 75;
  font-size: 32px;
  font-display: inline-block;
  border-radius: 50px; 
}

/* CSS FOR PAGE 2 */

h3{
  font-family: "Antonio";
  font-size: 72pt;
  line-height: 1.1;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 80px;
}

.button-container {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.button {
  padding: 10px 80px;
  text-decoration: none;
  color: black;
  border-radius: 50px;
  font-family: "Open Sans";
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings:
    "wdth" 75;
  font-size: 36px;
  text-align: center;
}

.yes-button {
    background-color: #D9D9D9; 
}

.yes-button:hover {
    background-color: #636363;
    color: white;
}

.no-button {
    background-color: #D9D9D9; 
}

.no-button:hover {
    background-color: #636363;
    color: white;
}

#p3 {
  margin-top: 20px;
  text-align: center;
  font-family: "Raleway";
  font-size: 24px;
  max-width: 95%;
}

/* CSS FOR PAGE 3 */
h4 {
  font-family: "Antonio";
  font-size: 48pt;
  margin-top: 35px;
  margin-bottom: 0px;
  padding-left: 20px;
  color: #000000;
}

h5{
    font-family: "Open Sans";
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings:
    "wdth" 75;
  font-size: 32px;
  padding-left: 20px;
  margin-top: 25px;
  margin-bottom: 0px;
  line-height: 1
}

.paragraph-one {
  font-size: 20px;
  margin-bottom:5px;
}

#finalimage {
  display: block;
  border-radius: 20px;
  margin: auto;
  align: center;
  max-width: 95%;
  margin-bottom: 20px;
  margin-top: 20px;
}
