

main{
    height: 100vh;
    width: 100%;
    background: #141e30;
    background: -webkit-linear-gradient(to top, #141e30, #243b55);
    background: linear-gradient(to top, #141e30, #243b55);
}

.synopsis{
    user-select: none;
    position: absolute;
    bottom: 10%;
    width: 500px;
    padding: 150px;
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;

    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    position: absolute;
    padding: 0;
    text-align: center;
}

.synopsis__header{
    font-size: 4em;
    font-weight: lighter;
    margin-bottom: 0;
}

.synopsis__description{
    font-size: 1.1em;
    opacity: 0.39;
}

#bouncyBall
{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

.domain-signature {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.domain-signature > a {
  color: white;
  text-decoration: none;
  opacity: 0.2;
}