@font-face {
    font-family: Tagesschrift;
    src: url(fonts/Tagesschrift/Tagesschrift-Regular.ttf);
}

html {
    background-color: #282828;
    margin: auto;
    display: table;
}

body {
    font-family: Tagesschrift;
    color: #e3dbff;
    text-shadow: 1px 1px 8px #FFFFFF;
}
div.wrapper {
    border-left: double 5px #e3dbff;
    border-right: double 5px #e3dbff;
    border-bottom: double 5px #e3dbff;
    padding: 8px;
    border-radius: 0 0 5px 5px;
}
div.title {
    background-color: #e3dbff;
    border-radius: 5px 5px 0 0;
    margin-bottom: 0;
    padding: 5px;
    display: flex;
    justify-content: space-between;
}
h1.title {
    font-size: medium;
    text-align: left;
}
h1.title a {
    color:#282828;
}
h1.title a:active {
    color:#282828;
}
div.title button {
    background-color: #b67474;
    color: white;
    border: solid 1px;
    border-radius: 1px;
    font-size: smaller;
    padding: 1px 8px 1px 8px;
}
div.title button:hover {
    background-color: #282828;
}
div.title button:active {
    background-color: #b67474;
}


a {
    color: #e3dbff;    
    text-decoration: underline;
}
a:hover {
    color:#FFFFFF;
    text-shadow: 1px 1px 8px #282828;
}
a:active {
    color:#e3dbff;
}

.title {
    color: #e3dbff;
}
a.title {
    text-decoration: none;
}
a.title:hover {
    color:#282828;
    text-shadow: 1px 1px 8px #e3dbff;
}
a.title:active {
    color:#e3dbff;
}


hr {
    border-top: dashed 5px #FFFFFF;
    border-bottom: none;
    margin-top: 18px;
    margin-bottom: 8px;
}

button {
    background-color: #e3dbff;
    border-radius: 25px;
    border: dashed 5px #FFFFFF;
    color: #282828;
    padding: 8px 9px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    font-family: Tagesschrift;
}
button:hover {
    text-shadow: 1px 1px 8px #e3dbff;
    background-color: #282828;
    color: #e3dbff;
}

button:active {
    background-color: #e3dbff;
    color: #282828;
}

a.notebook {
    padding: 10px;
    margin: 15px;
    border-radius: 25px;
    display: inline-block;
    text-align: center;
    border: dashed 5px #FFFFFF;
    text-decoration: none;
    color: #282828;
    background-color: #e3dbff;
}
a.notebook:hover {
    background-color: #282828;
    text-shadow: 1px 1px 8px #e3dbff;
    color: #e3dbff;
}
a.notebook:active {
    background-color: #e3dbff;
    color: #282828;
}

div.scrapbookwrapper {
    text-align: center;
}

img {
    object-fit: scale-down;
    max-width: 250px;
    max-height: 250px;
    border: dashed 5px;
    border-radius: 20%;
}

div.referencewrapper {
    text-align: center;
}

.referencewrapper img {
    max-width: 500px;
    max-height: 500px;
    border-radius: 1%;
}
