@import url('https://fonts.googleapis.com/css2?family=Special+Elite&display=swap');

body {
    width: 400px;
}

p {
    padding: 5px 10px;
    line-height: 1.5;
}

h1 {
    display: block;
    font-size: 2em;
    padding: 10px 10px;
    font-weight: bold;
}

h2 {
    display: block;
    font-size: 1.2em;
    padding: 10px 10px;
    font-weight: bold;
}

#logo {
    font-family: 'Special Elite', cursive;
    color: black;
    font-size: 30px;
    text-decoration: none;
    color: blue;
    margin-left: 10px;
    margin-top: 10px;
    display: block;
}

.author {
    font-style: italic;
    font-weight: bold;
    padding: 0px 10px;
}

/* 404 Error Page Styles */
.error-page {
    text-align: center;
    padding: 2em 0;
}

.error-page h1 {
    font-size: 4em;
    margin-bottom: 0.2em;
}