.wrapper {
    width: 1200px;
    height: auto;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
.column {
    float: left;
    padding: 10px;
}

.left,
.right {
    width: 30%;
    margin: 20px;
}

.middle {
    width: 30%;
    margin: 20px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}
.video {
    background-color: #ffffdc;
    padding: 15px;

    border-radius: 15px;
    filter: drop-shadow(10px 10px 3px rgba(53, 38, 115, 0.35));
}
.games {
    background-color: #ffffdc;
    padding: 15px;
    border-radius: 15px;
    filter: drop-shadow(10px 10px 3px rgba(53, 38, 115, 0.35));
}
.art {
    background-color: #ffffdc;
    padding: 15px;
    border-radius: 15px;
    filter: drop-shadow(10px 10px 3px rgba(53, 38, 115, 0.35));
}
.streams {
    background-color: #ffffdc;
    padding: 15px;
    margin-top: 20px;
    border-radius: 15px;
    filter: drop-shadow(10px 10px 3px rgba(53, 38, 115, 0.35));
}

.sites {
    background-color: #ffffdc;
    padding: 15px;
    margin-top: 20px;
    border-radius: 15px;
    filter: drop-shadow(10px 10px 3px rgba(53, 38, 115, 0.35));
}

.header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    user-select: none;
}

h1 {
    font-family: Jacquard;
    font-size: 40px;
    color: #e43e0c;
}

h3 {
    font-family: W95FA;
    font-size: 20px;
    color: #cccd0f;
}

h6 {
    font-family: W95FA;
    font-size: 16px;
    color: #bf2679;
    margin-top: -10px;
}

p {
    font-family: W95FA;
    font-size: 14px;
    color: #0f463b;
    margin-top: -30px;
    margin-bottom: 30px;
}

/* 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 */
a:link {
    color: #bf2679;
}

/* visited link */
a:visited {
    color: #bf2679;
}

/* mouse over link */
a:hover {
    color: #7c9dd2;
}

/* selected link */
a:active {
    color: #7c9dd2;
}
.back {
    position: absolute;
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
    background-color: white;
    font-size: 20px;
    top: 50px;
    left: 50px;
}
@font-face {
    font-family: W95FA;
    src: url(fonts/W95FA.otf);
}
@font-face {
    font-family: SwanseaBold;
    src: url(fonts/SwanseaBoldItalic-p3Dv.otf);
}
@font-face {
    font-family: InstrumItalic;
    src: url(/fonts/InstrumentSerif-Italic.otf);
}
@font-face {
    font-family: BBH;
    src: url(/fonts/BBHHegarty-Regular.otf);
}
@font-face {
    font-family: Jacquard;
    src: url(/fonts/Jacquard12-Regular.otf);
}
