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

html {
  background-color: #000000;
  font-family: "Garamond", Times New Roman, serif;
  font-size: 16px;
  color: #ffffff;
  line-height: 1.5;
}

header {
  width: 100vw;
  text-transform: uppercase;
  text-align: right;
  z-index: 5;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: #F22600;
  padding: 10px
}

nav {
  display: block;
  color: #000000;
}

nav a {
  padding: 0px, 20px;
  display: inline;
  color: #000000;
  text-align: rigth;
  letter-spacing: 2px;
  text-decoration: none;
  font-size: 12px;
}

#link-color {
  color: #000000;
  padding-left: 5px;
  padding-right: 5px;
}

.spaghetti {
  float: left;
  font-weight: 700;
}

main {
  position: relative;
  top: 25px;
  margin: 25px;
  width: 500px;
}

h1 {
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
  color: #F22600;
}

.image {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.gif {
  width: 70vw;
  position: sticky;
  top: 230px;
}

.sticky {
  height: 100px;
  width: auto;
  float: right;
}

.story {
  margin-top: 20px;
  text-align: justify;
}

p {
  padding-top: 10px;
  padding-bottom: 10px
}

footer {
  margin-left: 25px;
}

strong  {
  color: #A31800;
}

em {
  color: #FF745C;
}

a:link {
  font-weight: 700;
  color: #F22600;
}

a:visited {
  text-decoration: none;
  font-weight: 400;
  color: #FF745C;
}

a:hover {
  text-decoration: none;
  font-weight: 400;
  color: #FF745C;
}

a:active {
  text-decoration: none;
  font-weight: 700;
  color: #F22600;
}
