body {
    background-color: black; 
}

h1, h2, h3, p, ol {
    color: red;
}

h1, h2, h3 {
    text-align: center;
}

h2 {
    font-size: 30px;
} 


p {
    text-align: center;
    font-size: 20px;
}

.special-paragraph {
    margin-bottom: 50px;
}


@font-face {
    font-family: 'JBLACKLETTER';
    src: url('JBLACK.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

ol {
    margin-bottom: 40px;
}

.special {
    text-align: center; 
    margin-left: 20px;
    font-size: 24px;
}

#caption {
    margin-bottom: 60px;
}


.text {
    text-align: left;
    margin-left: 20px;
}

#aspects {
    text-align: left; 
    margin-left: 20px;
    font-size: 24px;
}



h1 {
    font-family: 'JBLACKLETTER', sans-serif;
    font-size: 60px;
    transform: scaleY(2.5);
    margin-top: 70px;
}

h2, h3 {
    font-family: 'JBLACKLETTER', sans-serif;
}
    
#unique-image {
    border-width: 10px;
    border-style: solid;
    border-color: rgb(255, 0, 0);
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#image-one {
    width: 1500px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

<!-- settings below are for the link! -->



a:link {
    color: yellow;
}

a:visited {
    color:white;
}


a:hover {
    color: orange;
}

