.title {
  background-color: #00022E;
  color: white;
  left: 0;
  margin: 0 0 15px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}

body {
  background-color: #D8DCD6;
}

.main-content {
  margin-left: 20%;
  margin-top: 100px;
}

.container {
  background-color: white;
  border: 1px solid black;
  display: inline-block;
  height: 350px;
  padding: 0;
  position: relative;
  width: 350px;
  word-break: keep-all;
}

.text-meme {
  color: white;
  font-size: 30px;
  left: 1px;
  position: absolute;
  text-shadow: black 5px 5px 5px;
  bottom: 15px;
  word-wrap: break-word;
}

.imagem-meme {
  height: 350px;
  margin: 0;
  width: 350px;
}

.input {
  margin: 0 15px 15px 0;
}

button {
  border: none;
  border-radius: 15px;
  color: white;
  font-weight: 700;
  margin-right: 30px;
  padding: 5px 30px;
}

.fire {
  background-color: red;
}

.water {
  background-color: blue;
}

.earth {
  background-color: green;
}

.buttons {
  margin-top: 20px;
}

.imgs-memes {
  margin-top: 20px;
}

.imagens-memes-protos {
  height: 100px;
  margin-right: 15px;
  width: 100px;
}
