body {
  background-image: linear-gradient(to top right, #6200ea, #1de9b6); }

html, body {
  height: 100%;
  margin: 0; }

p, div, span {
  font-family: 'Montserrat', sans-serif; }

.logo {
  background: none; }
  .logo .logo-inner-container {
    text-align: center;
    background: none; }
    .logo .logo-inner-container .logo-image {
      background: none;
      width: 34%;
      position: absolute;
      left: 48%;
      top: 42%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      @media only screen and (max-width: 600px) {
        .logo .logo-inner-container .logo-image {
          width: auto; } }

.footer {
  background: none;
  text-align: center;
  position: fixed;
  bottom: 8%;
  width: 100%;
  right: -10px; }
  @media only screen and (max-width: 600px) {
    .footer {
      right: 0; } }
  .footer .footer-copyright {
    background: none;
    color: white;
    font-size: 0.91em;
    letter-spacing: 0; }
    .footer .footer-copyright a {
      color: white;
      text-decoration: none; }

/*# sourceMappingURL=styles.css.map */
