body {
    background-color: black;
    font-family: MajorEarthquake;
    color:white;
    font-size: xx-large;
}


hr {
    color: rgba(255, 255, 255, 0.747);
    height:1px;
    border: none;
}

a:hover {
    color:rgba(42, 5, 173, 0.856);
}

a {
    color:rgb(255, 255, 255);
    font-family: MajorEarthquake;
    text-decoration: none;
}

p {
    letter-spacing: 5px;
}

@font-face {
  font-family: MajorEarthquake;
  src: url('Graphics/MajorEarthquake.ttf'); 
}