body {
  background-color: #9feed1;
}

main {
  background-color: #3fc1c9;
  padding: 1em;
}

strong {
  color: #c257cc;
}

/* header attributes */
header {
  padding: 1em;
  background-image: url("./domino5.jpg");
  background-size: cover;
  color: aliceblue;
  font-family: "Tajawal";
}
nav {
  font-family: "Tajawal";
}
header div img {
  width: 100%;
  max-width: 500px;
}

/* headings */
h1 {
  text-align: center;
  font-size: 4em;
  max-height: fit-content;
  text-shadow: #000 0px 0px 5px;
  font-family: "Space Grotesk";
}
h2 {
  text-align: center;
  font-size: 2em;
  font-family: "Space Grotesk";
  color: white;
  text-shadow: #000 0px 0px 5px;
}
h3 {
  text-align: center;
  font-size: 1.5em;
  font-family: "Space Grotesk";
  color: white;
  text-shadow: #000 0px 0px 5px;
}
h4 {
  text-align: center;
  font-size: 1em;
  font-family: "Space Grotesk";
  color: white;
  text-shadow: #000 0px 0px 5px;
}
h6 {
  font-family: "Space Grotesk";
  opacity: 1;
  margin-top: 0;
  text-align: center;
  font-size: 1.2em;
  color: #080606;
}

#reviews {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(350px, 5fr));
  grid-template-rows: repeat(1, 1fr);
  grid-gap: 25px;
  background-color: #3fc1c9;
  border-width: 20px;
  border-style: dotted;
  border-color: white;
  border-radius: 5px;
  background-blend-mode: soft-light;
  padding: 2em;
  height: auto;
  font-family: "Tajawal";
}

.review-rating {
  color: #f4c75f;
  font-size: 1.5em;
  margin-bottom: 0%;
}

.background {
  padding: 1em 1em 1em 1em;
  border-width: 3px;
  background-color: #f4c75f;
  border-color: #080606;
  border-radius: 5px;
  color: #744040;
}

.page-links {
  display: block;
  text-align: center;
  color: #e568f0;
  text-shadow: #000 0px 0px 5px;
  font-family: "Tajawal";
}

.index {
  margin: 2em;
  font-family: "Tajawal";
  font-size: 1em;
}

iframe {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  width: 70vw;
  height: 50vw;
  border: 0%;
}

footer {
  position: relative;
  text-align: center;
  font-size: 12px;
  font-family: "Tajawal";
  height: 40px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin-bottom: 0px;
  margin-top: 15px;
}

#top-of-page {
  text-align: center;
}

/* images and icons */
.images {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
  margin-bottom: 1em;
  width: 100%;
  max-width: 80%;
  border-radius: 5px;
}
.image-small {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
  margin-bottom: 1em;
  max-width: fit-content;
  width: 50%;
  height: auto;
  border-radius: 50%;
}
.dom-size {
  display: block;
  max-width: 15em;
  margin-left: auto;
  margin-right: auto;
}

/* entry attributes and forms */
.email-entry,
.review-entry {
  padding: 1em;
  text-align: center;
  background-color: #f4c75f;
}
form {
  font-family: "Tajawal";
}

/* card attributes*/
.info-card {
  display: block;
  background-color: rgb(146, 207, 247);
  margin-left: auto;
  margin-right: auto;
  border-style: dotted;
  border-width: 20px;
  border-radius: 5px;
  border-color: #ffffff;
  max-width: 80%;
}
.card {
  padding: 1em;
  background-color: rgb(146, 207, 247);
  border-radius: 5px;
}
.card,
date {
  text-align: center;
}
.card:hover {
  box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.2);
}

/* button and link attributes */
#center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
nav {
  text-align: center;
  font-size: 1em;
}
a {
  font-family: "Tajawal";
  color: #c257cc;
  font-size: 1em;
  font-weight: bold;
}
a.button,
nav.container {
  float: center;
  text-decoration: solid;
}
a.button:active,
a.button:focus,
a.button:hover {
  background-color: #f4b8f9;
  margin-top: -5px;
}
.pink-button,
a.button,
button {
  size: 1vw;
  background-color: #f3aef4;
  text-shadow: #b40f9e 0px 0px 3px;
  display: inline-block;
  border: 1px solid #000000;
  border-radius: 5px;
  color: #ffffff;
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 5px 10px 5px 10px;
}
.pink-button:hover,
a.button:hover,
button:hover {
  background-color: #e568f0;
}
