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;
    cursor: url("/assets/images/cursors/grab1.png"), grab;
}

.content {
    display: flex;
    width: 920px;
    margin: 0 auto;
    margin-top: 20px;
    padding: 80px;
    border: 1px solid #ff74fb;
    border-radius: 10px;
    background-size: 16px;
}

#top-content {
    background-color: white;
}

#bottom-content {
    background-image:url("/assets/images/flipnote-bg.png");
}

.preview {
    border:6px solid gainsboro;
    border-radius: 8px;
    margin-left:135px;
    height: 480px;
    width: 640px;
}

.vertical {
    display: block;
}

.button {
    display: flex;
    text-decoration: none;
    border: 8px solid #dd6300;
    background-color: #ff7300;
    font-size: 50px;
    border-radius: 8px;
    padding: 0px;
    height: 180px;
    width: 180px;
}

#center {
    height: 396px;
    width: 480px;
    margin-left: 20px;
    margin-right: 20px;
}

#drawings {
    margin-bottom: 20px;
}

#animations {
    margin-bottom: 20px;
}

.button p {
    color: white;
    align-self: flex-end;
    margin: 10px;
    margin-left: 15px;
}