/*
New Perspective on HTML 5 and CSS, 8th Edition
My Website
Author: Isaiah Welford
Date: 03/23/2026

Filename: index.html */
html {
    background: url(Skeledirge.png) no-repeat, url(Purple\ Fire.jpg) no-repeat;
    background-position: center 100px, center;
    background-size: auto, 2000px 2000px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
h1 {
    font-family:'Times New Roman', Times, serif;
    font-size: 70px;
    text-align: center;
    color: red;
}
h2 {
    font-family:'Times New Roman', Times, serif;
    font-size: 30px;
    color: red;
    word-spacing: 700px;
    position: relative;
    left: 120px;
    top: -75px;
    border: 1px solid red;
    list-style-type: none;
    margin-top: 75px;
    margin-left: -5px;
    display: inline-block;
}
footer {
    font-family: 'Times New Roman', Times, serif;
    color: red;
    text-align: center;
    position: relative;
    top: 575px;
}
a {
    font-family:'Times New Roman', Times, serif;
    color: red;
    text-decoration: none;
    padding: 170px;
}
article {
    font-family:'Times New Roman', Times, serif;
    color: red;
    text-align: middle;
    margin: 150px;
    padding: 150px;
    font-size: 75pt;
}
aside {
    box-shadow: yellow 1px 1px;
    color: yellow;
    font-size: 15px;
    font-family:'Times New Roman', Times, serif;
    position: absolute;
    right: 100px;
    top: 250px;
    border: 1px solid orange;
    background: transparent;
    padding: 10px;
}
ol {
    list-style-type: circle;
    list-style-position: outside;
    padding-left: 250px;
}