

 @font-face {
            font-family: ratherRegular;
            src: url(Rather-Regular.otf);
          }

body {
    background-color: black;
    color: #f3f3f3;
    font-family: ratherRegular, Helvetica, Arial, sans-serif, Georgia;
}


div{
    position: absolute;
    top: 25%;
    left: 27.5%;
    margin-top: -50px;
    margin-left: -50px;
    width: 50%;
    height: 10%;
    font-size: 3.5em;
    text-align: center;
}

p{
    font-size: 0.6em;
}

footer{
    position: fixed;
  left: 50;
  bottom: 0;
  width: 100%;
}

footer p{
    font-size: 1.6em;
}

