.background-video, .background-image {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

.main {
  font-family: 'Yrsa', serif;
  position: fixed;
  
  height: 100%;
  width:  100%;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.main .logo {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.main .logo img {
  height: 120px;
  padding: 10px;
}

.main .wishlist {
  padding: 20px;
  margin-bottom: 40px;
  background: white;
  color: black;
  border: 10px solid #C4C4C4;
  border-radius: 15px;
}

.main .wishlist h2 {
    text-align: center;
    font-size: 50px;
    margin: 5px;
}

.footer {
  position: fixed;
  
  width:  100%;
  margin: 0;
  padding: 0;
  bottom: 0;
  left: 0;
}

.footer .links {
  width: 100%;
  text-align: center;
  padding-bottom: 10px;
  padding-top: 10px;
  background-color: black;
}

.footer a {
  margin:  7px;
  text-decoration: none;
}

.footer .icon-twitter {
  color:  #1C9BF0;
}

.footer .icon-steam {
  color:  white;
}

.footer .icon-patreon img {
  width:  3em;
  height:  3em;
  margin-bottom:  -5px;
}
