* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

header {
  height: 80vh;
  width: 100%;
  background-image: url("images/colosseum.jpeg");
  background-size: cover;
  display: flex;
  justify-content: center;
  position: relative;
}

h1 {
  color: white;
  line-height: 55vh;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 5vw;
}

.by {
  margin: 1vw auto;
  padding: 1.2vw 2vw;
  font-size: 1.2rem;
  background-color: white;
  position: absolute;
  bottom: 0;
  border-radius: 3vw;
}

a {
  color: black;
  text-decoration: none;
}

article {
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

section {
  min-height: 65vh;
  width: 90%;
  max-width: 55rem;
  margin: 100px 0;
  padding: 100px;
  font-size: 2rem;
  font-family: 'Amiri Quran', serif;
  background-attachment: fixed;
  background-size: cover;
  box-shadow: 1px 1px 4px black;
  display: flex;
  justify-self: center;
  align-self: center;
  flex-direction: column;
  border-radius: 2px;
  color: white;
  text-shadow: 1px 1px black;
}

#line1 {
  background-image: url("images/bull_arena.jpeg");
}

#line2 {
  background-image: url("images/bloody_warrior.webp");
}

#line3 {
  background-image: url("images/uphill.jpeg");
}

#line4 {
  background-image: url("images/defeated.jpeg");
}

#line5 {
  background-image: url("images/the_deed.webp");
}

#line6 {
  background-image: url("images/devotion.jpeg");
}

#line7 {
  background-image: url("images/worthy.jpeg");
}

#line8 {
  background-image: url("images/victory.jpeg");
}

.scatterLink {
  height: 2rem;
  line-height: 2.5rem;
  aspect-ratio: 1 / 1;
  background-color: #05f3ee;
  border-radius: 50%;
}

.scatterLink:hover {
  background-color: #fe5;
  transition: .25s ease;
}

#B2T {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer {
  padding-bottom: 3rem;
}

footer, footer a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

footer a:hover {
  outline: 2px solid red;
  outline-offset: 2px;
}