body {
  background-image: url("https://freshome.com/wp-content/uploads/2018/01/living-room-intro.jpg");
  background-size: cover;
  height: 100%;
  overflow: auto;
  background-repeat: no-repeat;
}

.textBox {
  background-color: rgba(0,0,0, 0.85);
  color: white;
  height: 100%;
  width: auto;
  overflow: hidden;
}

#description {
  display: block;
  overflow: hidden;
  height: 300px;
}
#avatar {
  position: relative;
  top: 2.5em;
  left: 7.5em;
  width: 1em;
}
p {
  font-size: 1.25em;
  padding: .5em;
  margin: .25em;
}

li {
  margin: 0.5em;
}

button {
  padding: .5em;
  background-color: #900C3F;
  margin: .5em;
}

input {
  margin: .5em;
  width: 80%;
  padding: .5em;
}

form {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

h1 {
  text-align: center;
  width:fit-content;
}

header {
  background-color: #900C3F;
  display: flex;
  align-items: center;
  justify-content: center;
}
