body {
  padding: 0;
  margin: 0;
}

a {
  color: #00B7FF;
}

.main-content {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.main-content img {
  width: 100%;

  object-fit: cover;
}

.copyright {
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
  color: #eee;
  font-weight: normal;
  font-size: 14px;
}