@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import "_variables-YMV3GaP.css";

body {
  text-align: center;
  padding: 3rem;
  &::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -100;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    backface-visibility: hidden;
    animation: slider 20s linear infinite 0s;
    animation-timing-function: ease-in-out;
    background-image: url("../images/bg/1-VGVNzEJ.jpg");
  }

  @keyframes slider {
    0% {
      background-image: url("../images/bg/1-VGVNzEJ.jpg");
    }
    25% {
      background-image: url("../images/bg/2-UB7V9OL.jpg");
    }
    50% {
      background-image: url("../images/bg/3-EXLB7wL.jpg");
    }
    75% {
      background-image: url("../images/bg/4-_CmPA8I.jpg");
    }
    100% {
      background-image: url("../images/bg/1-VGVNzEJ.jpg");
    }
  }
}

img {
  max-width: 100%;
  height: auto;
  margin-block-start: 1.5rem;
  width: 200px;
}

main {
  width: 360px;
  margin-block-start: 3rem;
  margin-block-end: 0.5rem;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.25);
  padding: 1.3rem;
  border-radius: 0.5rem;

  h1 {
    text-align: start;
    font-size: 1.5rem;
    font-weight: 300;
  }
  h3 {
    text-align: start;
    font-size: 1rem;
    font-weight: 300;
  }
}

footer {
  font-size:.875em;
  font-weight: 300;
}
