img#logo {
  width: 45%;
  height: auto;
  margin: 30px;
}

.container {
  float: left;
  width: 33%;
}

.container-bottom {
  display: flex;
  justify-content: baseline;
  height: 100%;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

#title {
  width: 55%;
  height: auto;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", sans-serif;
  font-size: 48px;
  font-weight: bold;
  color: red;
  margin: 30px;
  padding: 30px auto;
}
.title-area {
  display: flex;
  justify-content: center;
  align-items: center;
}
h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: bold;
  line-height: 2;
  color: whitesmoke;
  margin: 30px;
  padding: 50px auto;
  text-align: center;
}
.content {
  background-image: url(../images/marvel_wallpaper.jpg);
}
