* {
  margin: 0;
}

body {
  background-color: rgb(82 , 97 , 124);
  text-align: center;
}

#meme-image-container {
  display: inline-block;
  position: relative;
  border: 1px solid black;
  width: 580px;
  height: 460px;
  word-break: break-word;
  margin-top: 20px;
  background-color: white;
}

h1 {
  text-align: center;
  color: rgba(255 , 255 , 255 , 0.774);
  font-size: 50px;
  text-shadow: 5px 5px 5px black;
  margin-bottom: 40px;
}

h3 {
  text-align: center;
  color: rgba(255 , 255 , 255 , 0.774);
  text-shadow: 5px 5px 5px black;
  margin-bottom: 15px;
}

#inputs {
  text-align: center;
  color: rgba(255 , 255 , 255 , 0.774);
  text-shadow: 5px 5px 5px black;
  font-size: 20px;
}

#meme-image {
  display: inline-block;
  background-color: white;
  border: 1px solid black;
  width: 578px;
  height: 458px;
}

#meme-image-container h2 {
  display: inline-block;
  position: absolute;
  font-size: 30px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 1;
  color: white;
  text-shadow: 5px 5px 5px black;
}

#fire {
  color: white;
  font-weight: 700;
  background-color: red;
  margin-right: 50px;
  margin-left: 40px;
  padding: 10px;
}

#water {
  color: white;
  font-weight: 700;
  background-color: blue;
  margin-right: 50px;
  padding: 10px;
}

#earth {
  color: white;
  font-weight: 700;
  background-color: green;
  margin-right: 50px;
  padding: 10px;
}

#btns {
  margin-bottom: 10px;
}

#meme-1 {
  display: inline-block;
  width: 90px;
  height: 90px;
  margin-left: 20px;
}

#meme-2 {
  display: inline-block;
  width: 90px;
  height: 90px;
  margin-left: 20px;
}

#meme-3 {
  display: inline-block;
  width: 90px;
  height: 90px;
  margin-left: 20px;
}

#meme-4 {
  display: inline-block;
  width: 90px;
  height: 90px;
  margin-left: 20px;
}

#meme-5 {
  display: inline-block;
  width: 90px;
  height: 90px;
  margin-left: 20px;
}

#meme-6 {
  display: inline-block;
  width: 90px;
  height: 90px;
  margin-left: 20px;
}

#meme-7 {
  display: inline-block;
  width: 90px;
  height: 90px;
  margin-left: 20px;
}
