h1 {
    font-size: 5.0rem;
    line-height: 1.2;
    letter-spacing: -.1rem;
    font-weight: normal;
    text-align: center;
    color: #fff;
    text-shadow:
    0 0 7px rgb(203, 13, 250),
    0 0 14px rgb(203, 13, 250);
}

body {
    background-image: url('sunset.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: "Monospace", "Courier New", "Courier", Helvetica, Arial, sans-serif;
}

a {
    color: #f411f4;
    text-decoration:none;
    font-weight: normal;
}
a:hover {
    color: #00f8fc;
    text-shadow:
    0 0 7px rgb(15, 206, 240),
    0 0 14px rgb(15, 206, 240);
}
text {
    color: #00f8fc;
    font-weight: normal;

}
.left {
text-align: left;
}

.right {
text-align: right;
}
