.content {
  border: 3px solid #666;
  word-wrap: break-word;
  overflow-wrap: all;
}
.content div {
  padding: 10px;
  border-style: solid;
}
.
.content a {
  color: darkblue;
}
.button{
  float: left;
  width: 31%;
}
.blue {
 
  background-color: #1faadb;
}
.green {

  background-color: #4CAF50;
  word-wrap: break-word;
  overflow-wrap: all;
}
.element {
  position: relative;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
}
p {
  display: inline;
  white-space: nowrap;
}
 
h1{
  font-size: 30px;
  font-family: "Georgia";
}

body {
  background-color: #fae9a0;
  font-family: "Georgia";
  font-size: 16px;
}

form {
  text-align: center; 
  font-family: "Georgia";
  font-size: 16px;
}
input {
  background-color: #b8a570;
  border: solid;
  border-color: black;
  text-align: center;
  padding: 15px 40px;
  transition-duration: 0.4s;
  font-size: 16px;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

li {
  display: inline;
}

li form {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

input:hover {
  color: white;
  background-color: black;
}

button {
  background-color: #b8a570;
  border: none; 
  text-align: center;
  transition-duration: 0.4s;
  padding-bottom: 10px;
  padding-top: 10px;
  width: 33%;
  height: 100%;
}

button:hover {
  background-color: #4CAF50; 
  color: white;
}

#Dislike:hover {
  background-color: #ff0000;
  color: black;
  height: 100%;
}

table {
  width: 100%;
}

table td{
    width:25%;
    display:table-cell;
    vertical-align:top;
    height:0px;
}
table td div{
    background:green;
    height:100%;
}