html
{
    background-image: linear-gradient(0deg, #318bd5, #62a4c5);
    background-attachment: fixed;
    font-family: sans-serif;
}

#card
{
    width: 80%;
    max-width: 600px;
    margin:auto;
    margin-top: 200px;
    border-style: solid;
    border-width: thin;
    border-radius: 30px;
    border-color: #784194;
}

#card > h1
{
    color: #eecd94;
    font-size: 10vmin;
    text-shadow: 0.5vmin 0.5vmin 0 #945a41, 1.0vmin 1.0vmin 0 #de945a;
    text-align: center;
    margin: 0;
}

#card > h2
{
    color: #de945a;
    font-size: 5vmin;
    text-align: center;
    margin: 0;
    text-shadow: #945a41 3px 3px 1px;
}

.card-button > div
{
  background-color:  #945a41 ;
  border-radius: 8px;
    border-style:solid;
    border-width: thin;
    margin: 8px 25px;
  border-color: #eecd94;
  box-sizing: border-box;
  color: #eecd94;
    padding: 10px;
  cursor: pointer;
  flex-shrink: 0;
  font-family: "Inter UI","SF Pro Display",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
  font-size: 24px;
  text-align: center;
  vertical-align: center;
  text-shadow: rgba(0, 0, 0, 0.25) 0 3px 8px;
  transition: all .5s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.card-button {
    text-decoration: none;
    color: #eecd94;
}

.card-button:hover {
  box-shadow: rgba(80, 63, 205, 0.5) 0 1px 30px;
  transition-duration: .1s;
}

#enter-website-button
{
    background-color:  #784194 ;
}

#grass
{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 15%;
    background: linear-gradient(15deg,#bdcd83,#94ac5a);
    z-index: -1;
}

/* clouds */

#clouds
{
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height:60%;
}

@keyframes cloud-move {
   /* 0% {
        margin-left: -10%;
    }
  100% {
      margin-left: 120%;
    }*/
}

.cloud {
  animation : cloud-move 60s infinite  ease-in ;
  border-radius: 10px;
  position: fixed;
  margin: 33px 0 0 0;

  width: 54px;
  height: 5px;

  background: #f7e7eb;

          &.tiny {
    scale:.5;
  }

  &.small {
    scale:1;
  }

  &.normal {
    scale:2;
  }

  &.large {
    scale:4;
  }

  div {
    box-shadow: inset -2px -3px 0 0 #f7e7eb;
    position: absolute;

    border-radius: 50%;
    width: 12px;
    height: 12px;

    left: -3px;
    bottom: 0;

    background: #fafbf0;
    z-index: 10;




    &:first-child {
      & + div {
        scale:1.6;
        margin: 0 0 4px 13px;
        z-index: 9;

        & + div {
          scale:2.4;
          margin: 0 0 9px 32px;
          z-index: 8;

          & + div {
            scale:1.3;
            margin: 0 0 2px 50px;
            z-index: 7;
          }
        }
      }
    }
  }
}

.cloud-1 {
  margin-top: 14%;
 animation-duration: 120s;
  margin-left: 16%;
}

.cloud-2 {
    top: 70%;
    animation-duration: 45s;
    margin-left: 80%;
}

.cloud-3 {
    top: 6%;
 animation-duration: 86s;
  margin-left: 50%;
}

.cloud-4 {
    top: 70%;
  animation-duration: 62s;
  margin-left: 43%;
}

#fake-cloud {
    scale: 0.5;
    position: absolute;
    top: 100%;
    left: -5%;
}
