body {
    background-color: gray;
    background-image: url("spiral.png");
    background-size: 30px;
}

.title {
    background-color: blueviolet;
    border-radius: 5px;
    border: 5px;
    border-color: rgb(0, 0, 0);
    font-family: 'Courier New', Courier, monospace;
    color: rgb(0, 0, 0);
    padding: 3px;
    text-align: center;
    box-shadow: 5px, 6px, 7px black;
    border-style: groove;
}

.disclaimer {
    color: rgb(59, 5, 5);
    text-align: center;
    text-align: end;
    text-shadow: 3px 3px 5px rgb(94, 41, 41);
}

.nav {
    background-color: grey;
    text-align: center;
    padding: 3px;
    background-position: 50%;
    box-shadow: 5px, 6px, 7px black;
    border: 3px;
    border-style: groove;

}

ul a {
    color: brown;
    text-decoration: none;
}

.tw {
    color: coral;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, serif;
    text-shadow: 2px 2px 2px black;
    text-align: center;
}

.twfull {
    color: aliceblue;
    text-shadow: 3px 3px 5px black;
    text-align: center;
}

.foot {
    background-image: url("spiral.png");
    padding: 40px;
}

.menu {
    background-color: gray;
    border: 3px;
    text-align: center;
    width: fit-content;
    border-style: groove;
    border-color: black;
    padding: 7px;
    position: absolute;
    left: 42%;
}

.menu ul {
    text-decoration: none;
    color: blueviolet;
    text-align: center;
    border: 3px;
    border-color: black;
    

}

.comic-title {
    background-color: blueviolet;
    border: 3px;
    border-color: black;
    border-style: groove;
    text-align: center;
    font-family: 'Courier New', Courier, monospace;
    font-weight: 200;
}

.art-title {
    text-align: center;
    background-color: blueviolet;
    border: 3px;
    border-color: black;
    border-style: groove;
}

.first-art {
    text-align: center;
    text-decoration: none;
    color: blueviolet;
    background-color: grey;
    border: 3px;
    border-color: black;
    border-style: groove;
    padding: 3px;
}