body {
    font-family: josefinsans;
    text-align: center;
    background-image: url("../images/bgif088.gif");
}

@font-face {
    font-family: josefinsans;
    src: url(Josefin_Sans/static/JosefinSans-Regular.ttf);
}

#top {
    background-color: rgb(230, 211, 193);
    color: rgb(0, 0, 0);
    border: 4px solid rgb(48, 27, 19);
    border-radius: 10px;
    padding: 7px;
    max-width: 5%;
    margin: auto;
    position: fixed;
    top: 110px;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
}

#biobox {
    background-color: rgb(230, 211, 193);
    color: rgb(0, 0, 0);
    border: 4px solid rgb(48, 27, 19);
    border-radius: 10px;
    padding: 7px;
    max-width: 30%;
    margin: auto;
    position: fixed;
    top: 350px;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px;
}

#to-do {
    background-color: rgb(230, 211, 193);
    color: rgb(0, 0, 0);
    border: 4px solid rgb(48, 27, 19);
    border-radius: 10px;
    padding: 7px;
    max-width: 30%;
    margin: auto;
    position: fixed;
    top: 660px;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    text-align: left;
    list-style: inside;
}

ul li {
    color: rgb(48, 27, 19);
}

#listheader {
    font-size: 18px;
    text-decoration: underline;
    margin-top: 7px;
    line-height: 1px;
}

#log {
    overflow: auto;
    background-color: rgb(230, 211, 193);
    color: rgb(0, 0, 0);
    border: 4px solid rgb(48, 27, 19);
    border-radius: 10px;
    padding: 7px;
    max-width: 10%;
    max-height: fit-content;
    margin: auto;
    position: fixed;
    top: 340px;
    left: 72%;
    transform: translate(-50%, -50%);
    font-size: 20px;
}

a:link {
    color: rgb(138, 81, 59);
    background-color: transparent;
    text-decoration: none;
}

a:hover,
a:visited {
    color: rgb(92, 62, 50);
    background-color: transparent;
    text-decoration: underline dotted;
}

a:active {
    color: rgb(92, 57, 43);
    background-color: transparent;
    text-decoration: underline dotted;
}