a {
    font-size: 18px;
    text-decoration: underline;
    color: #ff5555;
}
p {
    color: #ff5555;
    font-size: 25px;
    line-height: 0.8;
}
h1 {
    color: #ff0000;
    font-size: 60px;
    transition: 0.5s;
}
h1:hover {
    font-size: 65px;
    transition: 0.5s;
    text-decoration: none;
}
body {
    font-family: Garamond, serif;
    background-color: black;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}