@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
body {
  background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('https://media4.giphy.com/media/v1.Y2lkPTc5MGI3NjExa3J5OHkzMmUxaTRoOGEwanYzZTNoZHBjNmNhNnlreDh6eGo1bzVrcyZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/5kFbMBOEdWjg1nItoG/giphy.gif');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
}

header {
  display: none;
}

.credits {
  position: absolute;
  top: 50%;
  left: 53%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.credit-item {
  display: flex;
  justify-content: center;
  gap: 3rem;
  font-size: 1.3rem;
  margin: 0;
   line-height: 1;
}

.credit-item .role {
  text-align: right;
  width: 140px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.credit-item .name {
  text-align: left;
  width: 250px;


}


.continue-link {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  text-decoration: none;
  color: #ffffff;
  z-index: 10;
}
.continue-link span {
  margin-bottom: 20px;
  font-size: 1rem;
}

a {
  color: #ffffff;
  text-decoration: none;
  line-height: 2.5rem;
}

a:hover {
  text-decoration: underline;
}

body {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  
}


.home-link {
  position: absolute;
  bottom: 20px;         
  left: 50%;
  transform: translateX(-50%);
  text-decoration: none;
  font-size: 1rem;
  color: #fff;     
}

.home-link:hover {
  text-decoration: underline;
}

footer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;

}

main {
  margin-top: 60px;
}

