#banner {
  width: 300px;
  height: 600px;
}

h1, h2 {
  font-size: 40px;
}

#unbreak > h1 {
  position: absolute;
  width: inherit;
  bottom: 0;
}

#headline {
  height: 90px;
}

#logo {
  position: absolute;
  top: 100%;
  width: 180px;
  height: 30px;
  background-image: url('logo-athena-y.svg');
}

button {
  font-size: 23px;
  width: 250px;
}