@import'https://fonts.googleapis.com/css?family=Verdana:900,400';@import'https://fonts.googleapis.com/css?family=Raleway:900,400';

body {
    font-family: Raleway;
    background-image: url('https://i.imgur.com/Ruqx2sY.gif');
    color: white;
  }

  a {
    color: #33CC00;
    font-weight: bold;
    text-decoration: none;
    transition: all .25s ease-in-out
    }
  
  a:hover {
    color: red;
    transition: all .25s ease-in-out
  }

  ::selection {
    background-color:#ffffff00
    }

  .footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
    display: flex;
    justify-content: center;
    }