.finalpage > .interact {
  top: 35%;
  height: 35%;
}

.finalpage > .interact > p {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  font-size: 32px;
  display: block;
}

.finalpage > .nextDiv > .button {
  margin-right: auto;
}

.finalpage > .title {
  height: 35%;
}
.finalpage > .title > p {
  font-size: 48px;
  margin-top: -32px;
  display: block;
}
.logo {
  margin-top: 5%;
  width: 15%;
  margin-left: auto;
  margin-right: auto;
}

.finalpage > .nextDiv {
  width: 100%;
  height: 30%;
  top: 70%;
}

.finalpage > .nextDiv > .finalButton {
  display: inline-block;
  border: solid 2px #34495E;
  border-radius: 2px;
  width: 22%;
  height: 85%;
  text-decoration: none;
}

.finalpage > .nextDiv > .finalButton > p {
  text-decoration: none;
  color: black;
  font-size: 24px;
  margin-top: -5%;
}

.finalpage > .nextDiv > .finalButton:hover {
  background-color: #ecf0f1;
}

#resultButton {
  margin-left: 2%;
}

#howItLookedButton {
  margin-right: 2%;
}

.finalpage > .nextDiv .buttonImage {
  margin-top: 5%;
  width: 55%;
}
