.wrapper {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    height: 700px;
    margin-top: 40px;
    background-color: #e9e9e9;
    border-width: medium;
    border: outset;
    border-color: #d5d5d5;
    filter: drop-shadow(5px 5px 2px rgba(41, 37, 57, 0.19));
}
.content {
    width: 970px;
    height: 635px;

    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.content img {
    user-select: none;
}

.info {
    position: absolute;
    width: 200px;
    z-index: 1;
    height: 230px;

    background-color: #e9e9e9;
    border-width: medium;
    border: outset;
    border-color: #d5d5d5;
    filter: drop-shadow(5px 5px 2px rgba(41, 37, 57, 0.19));
    margin-top: 400px;
    left: 1200px;
}
.infobar {
    background-color: #0b0a9c;
    width: 200px;
    height: 35px;
    z-index: 99;
    margin-top: -50px;
}

.topbar {
    background-color: #0b0a9c;
    width: 1000px;
    height: 35px;
    z-index: 99;
    margin-top: -50px;
}

.close {
    background-color: #e9e9e9;
    width: 20px;
    height: 20px;
    position: absolute;
    margin-top: -82px;
    margin-left: 970px;
    border-width: medium;
    border: outset;
    border-color: #d5d5d5;
    display: flex;
    justify-content: center;
    align-items: center;
}

.full {
    background-color: #e9e9e9;
    width: 20px;
    height: 20px;
    position: absolute;
    margin-top: -82px;
    margin-left: 930px;
    border-width: medium;
    border: outset;
    border-color: #d5d5d5;
    display: flex;
    justify-content: center;
    align-items: center;
}

.minimize {
    background-color: #e9e9e9;
    width: 20px;
    height: 20px;
    position: absolute;
    margin-top: -82px;
    margin-left: 900px;
    border-width: medium;
    border: outset;
    border-color: #d5d5d5;
    display: flex;
    justify-content: center;
    align-items: center;
}
.infotext {
    margin-left: 15px;
    margin-top: -40px;
    margin-right: 15px;
}
.closeinfo {
    background-color: #e9e9e9;
    width: 20px;
    height: 20px;
    position: absolute;
    margin-left: 170px;
    margin-top: -30px;
    border-width: medium;
    border: outset;
    border-color: #d5d5d5;
    display: flex;
    justify-content: center;
    align-items: center;
}

h5 {
    font-family: W95FA;
    color: white;
    font-size: 30px;
    margin-left: 10px;
}

h2 {
    font-family: W95FA;
    color: black;
    font-size: 20px;
}

p {
    font-family: W95FA;
    color: black;
    font-size: 16px;
}
/* Start https://www.cursors-4u.com */
* {
    cursor: url(https://cur.cursors-4u.net/nature/nat-7/nat659.cur), auto !important;
} /* End https://www.cursors-4u.com */
@font-face {
    font-family: W95FA;
    src: url(fonts/W95FA.otf);
}
.back {
    position: absolute;
    z-index: 1;
    left: 70px;
    top: 20px;

    font-family: W95FA;
    font-size: 30px;
    height: 30px;
}
hr.inside {
    width: 500px;
    height: 1px;
    opacity: 10%;
    background-color: black;
}
.multi img {
    object-fit: cover;
    max-width: 450px;
    max-height: 500px;
}

.multi {
    width: 1000px;

    margin-left: auto;
    margin-right: auto;
}
