.astloch-regular {
    font-family: "Astloch", system-ui;
    font-weight: 400;
    font-style: normal;
}

.astloch-bold {
    font-family: "Astloch", system-ui;
    font-weight: 700;
    font-style: normal;
}


body {
    font-family: "ProggyCleanTT", sans-serif;
    background-image: url(https://saphiwurm.neocities.org/images/bgs/food043.jpg);
    font-size: 12px;
    color: #00abc5;
}

p {
    font-size: 17px;
    font-family: "ProggyCleanTT", sans-serif;
    color: #00abc5;
}

h1 {
    font-family: "astloch";
    font-size: 60px;
    background-image: url(https://saphiwurm.neocities.org/images/bear.jpg);
    background-size: 435px 145px;
    padding: 15px;
    border-radius: 15px;
    width:370px;
    height:110px;
    border: orange 3px ridge;
    padding-left: 30px;
    padding-right: 30px;
    color: white;
    text-align: center;
    align-content: center;
}

h2 {
    font-family: "Piglet", sans-serif;
    font-size: 30px;
    color: #00abc5;
}


h3 {
    font-size: 18px;
    color: #00abc5;
}

h6 {
    color: black;
}

.contain {
    display: flex;
    width: 1000px;
    background-color: #c3f0ff;
    margin: auto;
    margin-top: 5px;
    height: fit-content;
    overflow: auto;
    padding: 20px;
    gap: 10px;
    border: 3px ridge #ff6e44;
}

.flex-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    border: none;
    gap: 10px;
}

.top {
    display: flex;
    width: 1000px;
    background-color: #71ceee;
    margin: auto;
    height: 30px;
    padding: 20px;
    border: 3px ridge #ff6e44;
    position: relative;
}

.one {
    display: flex;
    width: 850px;
    flex-direction: column;
    padding-left: 30px;
}

.two {
    display: flex;
    flex-direction: column;
    width: 150px;
    overflow: auto;
    overflow-wrap: break-word;
    border: dashed 1px #48bae2;
    padding: 10px;
}

.changelog {
    display: flex;
    width: 120px;
    background-color: #a4e7ff;
    height: 300px;
    color: #00abc5;
    overflow: auto;
    overflow-wrap: break-word;
    flex-direction: column;
    padding: 5px;
    padding-left: 10px;
}

a:link,
a:visited {
    color: white;
}

a:hover,
a:active {
    color: #ffd789;
    font-style: italic;
}

a.two:link {
    color: black;
}

ul {
    list-style-type: none;
    margin: auto;
    padding: 0;
    font-size: 20px;
}
li {
    display: inline;
}

.div1 {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.fanlisting {
    background-color: #a4e7ff;
    border: dashed 1px #48bae2;
    width: 150px;
    height: 250px;
    text-align: center;
    overflow: auto;
}

.box {
    background-color: #a4e7ff;
    border: dashed 1px #48bae2;
    width: 200px;
    height: 75px;
    text-align: center;
    overflow: auto;
    margin-top: -80px;
    padding-left: 20px;
    padding-right: 20px;
    justify-content: center;
    align-content: center;
}

.edit {
    margin-top: -115px;
    margin-left: 12px;
    transition: transform 2s;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: orange;
    min-width: 100px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: #fcffe3;
    padding: 5px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #df6d14;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}
