@font-face {
    font-family: "Permanent Marker";
    src: url("PermanentMarker-Regular.ttf");
}

.text {
    padding:1em;
}

.notebox {
    padding: 1em;
    color: white;
    background: rgb(10,10,10,0.9);
}

.notebox a {
    color: cornflowerblue;
}

#books, #content, #other {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

#books img {
    display: block;
    height: 400px;
}

#div2018book,#div2020book,#complete {
    display: inline-block;
    margin: 1em;
    vertical-align: top;
}

#complete img {
    display: inline-block;
    margin-right: 4px;
}

.copyright {
    padding: 0.5em;
    width: fit-content;
    background-color:rgb(255,255,255,0.9);
}

h1,h2 {
    font-family: "Permanent Marker","sans-serif";
    text-align: center;
}

a {
    text-decoration:none;
}


body {
    background-image: url("bg-comic.jpg"),
		      linear-gradient(0deg, rgb(220,220,255,1.0) 0%, rgb(220,220,255,0.8) 70%, rgb(220,220,255,0.0) 100%);
    background-blend-mode: overlay;
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 1.2em;
}
