@import url('https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:ital,wght@0,400;0,700;1,400;1,700&family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=Dokdo&family=Michroma&display=swap');

.img2 {
    max-width: 40%;
    height: auto;
    vertical-align: middle;
    display: inline-block;
    padding-top: 7px;
    padding-bottom: 10px;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 20%;
}

.chaptercontainer {
    text-align: center;
}

#backto{
    width: 300px;
    height: 50px;
}
#next{
    width: 300px;
    height: 50px;
}

#prev{
    width: 300px;
    height: 50px;
}

.projectcontainer {
    display: flex;
    align-items: top;
    justify-content: left;
}

.projecttext1 {
    padding-inline: 50px;
    padding-top: 0;
    font-family: "Atkinson Hyperlegible";
    font-size: 26px;
    text-align: left;
    margin-bottom: 2%;
}

.projectcover {
    padding-left: 31px;
    width: 700px;
    align-self: center;
}

.smaller {
    padding-top: 31px;
    padding-bottom: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 10%;
}

.smaller2 {
    width: 20%;
    margin: 20px 10px 0px 10px;
}

.smaller3 {
    padding-top: 30px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
}

#helpme {
    padding-left: 765px;
    margin-top: -20px;
    margin-bottom: 20px;
    text-align: left;
}


h1 {
    text-align: center;
    font-family: "Dokdo", sans-serif;
    font-weight: 400;
    font-size: 60px;
    color: white;
    text-decoration: none;
}

dl {
    text-align: left;
    font-family: "Bodoni Moda", sans-serif;
    font-weight: 400;
    font-size: 2vw;
    color: white;
    text-decoration: none;
    margin-left: 2.6vw;
    margin-top: 10px;
}

dd {
    text-align: left;
    font-family: "Atkinson Hyperlegible", sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: lightgrey;
    text-decoration: none;
    margin-left: 40px;
    margin-bottom: 10px;
}

h2 {
    text-align: left;
    margin-left: 30px;
    font-family: "Bodoni Moda", sans-serif;
    font-weight: 400;
    font-size: 42px;
    color: white;
    text-decoration: none;
}

h3 {
    text-align: left;
    margin-left: 30px;
    font-family: "Michroma", sans-serif;
    font-weight: 400;
    font-size: 40px;
    color: white;
    text-decoration: none;
}

div {text-align: center;}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    background-color: rgb(34, 32, 33);
}

li, a {
    font-family: "Dokdo", sans-serif;
    font-weight: 400;
    font-size: 30px;
    color: white;
    text-decoration: none;
}

.a2{
    text-align: left;
    font-family: "Bodoni Moda", sans-serif;
    font-weight: 400;
    font-size: 30px;
    color: white;
    text-decoration: none;
}

.a2:hover{
    text-decoration: underline;
}

.a3:hover{
    text-decoration: underline;
    color:rgb(255, 150, 194);
}

p {
    text-align: center;
    font-family: "Comic Sans MS";
    font-weight: 400;
    font-size: 18px;
    color: white;
    text-decoration: none;
    padding-top: 6px;
    padding-inline: 290px;
}

.p2 {
    padding-inline: 50px;
    display: inline;
    padding-top: 0;
    font-family: "Atkinson Hyperlegible";
    font-size: 30px;
    text-align: left;
    margin-bottom: 2%;
}

.novel {
    text-indent: 20px;
    display: block;
    padding-top: 10px;
    padding-left: 10vw;
    font-family: "Atkinson Hyperlegible";
    font-size: 24px;
    text-align: left;
    margin-bottom: 2%;
    width: 88vw;
    text-wrap: stable;
    line-height: 1.5;
}

.novel2 {
    display: block;
    padding-top: 10px;
    padding-left: 200px;
    font-family: "Atkinson Hyperlegible";
    font-size: 24px;
    text-align: left;
    margin-bottom: 2%;
    width: 1700px;
    text-wrap: stable;
    line-height: 1.6;
}

#comment {
    text-align: center;
    font-family: "Comic Sans MS";
    font-weight: 400;
    font-size: 16px;
    color: lightgray;
    text-decoration: none;
    padding-top: 6px;
    padding-inline: 290px;
    font-style: italic;
}

#footer {
    font-family: "Comic Sans MS", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: rgb(255, 150, 194);
    padding-right: 30px;
    padding-bottom: 20px;
    padding-left: 80px;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10%;
}

.nav__links {
    list-style: none;
}

.nav__links li {
    display: inline-block;
    padding: 0px 20px;
}

.nav__links li a {
    transition: all 0.3s ease 0s;
}

.nav__links li a:hover {
    color:rgb(255, 150, 194)
}

button {
    font-family: "Dokdo", sans-serif;
    font-weight: 400;
    font-size: 25px;
    color: white;
    text-decoration: none;
    padding: 9px 25px;
    background-color: rgb(255, 150, 194);
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}

button:hover {
    background-color: rgb(255, 182, 212)
}

.button2 {
    font-family: "Dokdo", sans-serif;
    font-weight: 400;
    font-size: 30px;
    color: white;
    text-decoration: none;
    padding: 9px 25px;
    background-color: rgb(255, 150, 194);
    border: none;
    justify-content: left;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    margin-left: -20px;

}

.button2:hover {
    background-color: rgb(255, 182, 212)
}