@font-face {
  font-family: scriptin;
  src: url(../fonts/SCRIPTIN.ttf);
}

body {
  color: #545454;
  color: #151515;
  background: rgb(10, 10, 10);
  font: 18px;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
  height: 100vh;
  overflow: hidden;
  width: 100vw;
  font-family: arial, san-serif;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}

img {
  max-width: 100%;
  max-height: 100%;
}

form {
  position: fixed;
  left: calc(100% - 11rem);
  top: 0;
}

.strong,
.bold {
  font-weight: bold;
}

.italic {
  text-decoration: italic;
}

.left {
  position: relative;
  float: left;
}

.right {
  position: relative;
  float: right;
}

#casa {
  position: fixed;
  left: 5em;
  top: 0;
  background: white;
  width: 100px;
  padding: 1em;
}

#title {
  font-size: 4em;
  position: fixed;
  width: 100%;
  bottom: 0;
  text-align: center;
  font-family: scriptin, Arial;
  z-index: 10002;
  color: white;
  background: black;
  background: rgba(0, 0, 0, 0.5);
}

#background {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
}

#background-img {
  position: relative;
  margin: auto;
  min-height: 100%;
  box-shadow: 10px 10px 10px black;
}

#donate {
  cursor: pointer;
  border-bottom-left-radius: 1em;
  border-top-left-radius: 1em;
  position: fixed;
  left: calc(100vw - 7em);
  top: 3em;
  height: 2em;
  background: red;
  color: white;
  padding: 0.5em;
  line-height: 2em;
  padding-left: 2em;
  padding-right: 1em;
}

#paypal-donate {
  position: relative;
  float: right;
}

#social {
  position: relative;
  float: right;
  width: 100%;
  text-align: right;
  padding-right: 1rem;
  margin-top: 2rem;
}

img {
  cursor: pointer;
}

#social span img
{
  cursor: pointer;
  margin-right: .25rem;
  margin-left: .25rem;
  max-width: 20px;
}

#time {
  position: relative;
  float: left;
  text-align: center;
  width: 100%;
  line-height: 3ch;
  font-family: Arial !important;
  font-size: 1rem;
}

@media screen and (max-width: 750px) {
  #casa {
    left: 0;
    max-width: 50vw;
    width: 50px;
  }

  #donate {
    top: 0.25em;
  }

  #background {
    top: 8em;
    left: 0;
    width: 100%;
  }

  #background img {
    width: 100wv;
    height: initial;
    min-height: initial;
    max-height: initial;
    background: black;
  }

  #title {
    font-size: 2em;
    line-height: 2em;
  }
}
