body {
    background-color: black;
    background-image: url(space.avif);
    background-size: px;

}

h1 {
    text-align: center;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-variant: small-caps;
    color: whitesmoke;
}

h2 {
    text-align: center;
    color: goldenrod;
}

p {
    text-align: center;
    color: whitesmoke;
    font-style: bold;
}

main {
    background-color: darkmagenta;
    border: 10px blueviolet;
    width: 75%;
    margin: auto;
    border-radius: 3px;
    box-shadow: 2px 5px 5px blueviolet;
    text-align: center;
    color: whitesmoke;
}

a:link,
a:visited {
    color: purple;
}

a {
    text-decoration: none;
}

a:hover {
    background-color: orange;
    color: black;
}

li {
    list-style: none;
}

img {
    display: block;
    margin: auto;
    border: 2px purple;
}

ul {
    text-align: center;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-variant: small-caps;
}

#name {
    background-color: none;
    width: 50%;
    border-radius: 5px;
    box-shadow: 1px 1px 25px orange;
    margin: auto;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;

 }