body{
  margin: 0px;
  overflow: hidden;
  background-color: #09512D;
}
.container {
  background-color: #09512D;
  padding-top: 10%;
  width: 100%;
  height: 100%;
  padding-bottom: 15%;
}

.title {
  color: white;
  text-align: center;
  font-family: Georgia;
  font-size: 40px;
}

.palindrome {
}

.palindrome-form {
  background-color: white;
  text-align: center;
  width: 40%;
  height: auto;
  margin: 0 auto;
  padding: 15 0;
  border-radius: 15px;
  min-width: 250px;
}
label {
  font-family: Georgia;
  font-size: 20px;
}
input {
  border: none;
  border-bottom: 2px solid black;
  text-align: center;
  font-size: 20px;
  width: 200px;
}
button {
  background-color: #5B0000;
  color: white;
  font-size: 20px;
}
.result {
  overflow-y: auto;
  word-wrap: break-word;
  min-height: 50px;
  color: black;
  font-size: 20px;
  padding-top: 10px;
}

.hidden {
  display: none;

}
.palindrome-def {
  border: 1px solid black;
  width: 40%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5%;
  background-color: #5B0000;
  color: white;
  border-radius: 25px;
  min-width: 250px;
}
p {
  margin: 10px;
  font-size: 20px;
}
.plaindrome-def-text {
  font-family: Georgia;
}
span {
  color: yellow;
}