html, body {
    background-image: linear-gradient(to right top, #051937, #37245a, #75236d, #b50f6a, #eb1252);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    color: white !important;
    font-family: 'Courier New', Courier, monospace;
}

i {
    color: rgb(0, 0, 0);
}

a:link {
  text-decoration: none;
  color: white;
}

a:visited {
    text-decoration: none;
    color: white;
}

a:hover {
    text-decoration: underline;
}

.margin-top-25 {
    margin-top: 25px;
}

.margin-top-50 {
    margin-top: 50px;
}