* {
  font-family: "Questrial";
}

body {
  padding: 0;
  display: flex;
}

#plant {
  height: 100vh;
  width: 30vw;
  flex: 2;
  left: 0;
  background: url("images/madlib.jpg") no-repeat;
  background-size: cover;
}

#content {
  height: 100vh;
  flex: 3;
  box-sizing: border-box;
  padding: 10vw;
  background-color: rgb(236, 213, 209);
}

h1 {
  margin-top: 0;
  color: #cb6f70;
  font-family: "Lobster";
  font-size: 3rem;
}
input {
  border: solid 1px #c99797;
  border-radius: 2px;
  padding: 0.5rem;
}

.submission {
  background-color: #cb6f70;
  color: white;
}

a {
  text-decoration: none;
  font-weight: bold;
  color: #cb6f70;
  margin-right: 10px;
}
