html {
    cursor: url("/assets/images/cursors/cursor1.png"), pointer;
}

a:hover {
    cursor: url("/assets/images/cursors/grab1.png"), grab;
}

@font-face{
    font-family: 'BitPotion';
    src: url(assets/fonts/BitPotion.ttf);
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

body {
    background-image: url("assets/images/bg.png");
    color: #ff74fb;
    font-family: 'BitPotion';
    font-size: 30px;
    margin: 0px;
}

.back {
    background-color: #fff8d0;
    border: 1px solid #ff74fb;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    width: fit-content;
    padding: 10px 20px 10px 10px;
    margin-top: 20px;
    margin-bottom: -69px;
    margin-left: -1px;
}

.back a {
    color:#ff74fb;
    text-decoration: none;
}

.back a:hover {
    color: #a04b9d;
}

.content {
    height:100%;
    width: 864px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    border: 1px solid #ff74fb;
    border-radius: 10px;
    margin-top: 40px;
    padding: 20px;
    background-color: #fff8d0;
}

.content a {
    text-decoration: none;
    display: inline-block;
    text-align: left;
    font-weight: normal;
    color: #ff74fb;
    padding: 3px;
    transition: background-color 0.3s ease;
    border-bottom: 2px dotted;
}

.content a:hover {
    color: #a04b9d;
}

h2 {
    line-height: 8px;;
}

h1 {
    margin-top: -60px;
    font-size: 80px;
}

li p {
    display: inline;
}