.webp body {
    background: url(../images/hearts.webp) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover
}

.no-webp body {
    background: url(../images/hearts.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover
}

.no-js body {
    background: url(../images/hearts.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover
}

h1 {
    -webkit-font-smoothing: antialiased;
    color: #e6e6fa;
    margin: 0 12px;
    text-shadow: 3px 3px 0 #000,-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000
}

p {
    color: #fff
}

.message {
    padding: 0 1rem;
    text-align: center
}

.present {
    padding: 0 1rem;
    text-align: center;
    font-size: 8rem;
    display: inline-block;
    animation: roll 6s infinite;
}

@keyframes roll {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(-20deg);
  }
  50% {
    transform: rotate(20deg);
  }
  100% {
    transform: rotate(0);
  }
}

.present button,.present button:focus {
    background: 0 0;
    border: none;
    outline: inherit
}

.present button:hover {
    text-shadow: 3px 3px 0 #000,-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000
}

.footer {
    text-align: center;
    margin-top: 24px
}
