* {
  box-sizing: border-box;
}

html {
  background-color: #4d0000;
  font-family: Verdana, sans-serif;
  font-size: 14px;
  color: white;
  line-height: 1.5;
}

header {
  width: 100%;
  margin-top: -40px;
  padding: 10px;
  text-align: right;
  text-transform: uppercase;
  position: fixed;
  letter-spacing: 1.5px;
  z-index: 10;
  background-color: #869d58;
}

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

main {
  position: relative;
  margin: 10px 10px 10px 10px;
  max-width: 500px;
}

h1 {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 50px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.Carolers {
  border-radius: 30px;
  width: 100%
}

.bells {
  position: sticky;
  top: 40rem;
  width: 300px;
  float: right;
}

.story {
  margin-top: 30px;
  text-align: justify;
  padding: 10px 10px;
}

em {
  color: #d77979;
}

strong {
  color: #d4eea0;
}

a:link {
  color: #d4eea0;
  text-decoration: none;
}

a:visited {
  color: #d4eea0;
}

a:hover {
  color: #d77979;
  text-decoration: none;
}
