body {
    font: 1.2rem "Fira Sans", comic;;
    display: flex;
    flex-direction: column;
    height: 100vh;
    background-color: magenta;
    background-image: url(images/background/OHMYGODDOGS.gif);
    margin: 0;
    align-items: center;
}

.skele {
    cursor: pointer;
    margin: 0 auto 20px auto;
    border: 10px ridge black;
    height: 250px;
    margin-top: 20px;
}

.core {
    cursor: pointer;
    margin: 0 auto 20px auto;
    border: 5px ridge black;
    height: 225px;
    width: 225px;
    margin-top: 20px;
}

.column {
    width: 450px;
    float: left;
    background: #fff;
    border: 1px solid #000;
    min-height: 1800px;
    padding: 2px;
    text-align: center;
}

.column-left {
    border-right: none;
}

.column-right {
    border-left: none;
}

.columns {
    border: 1px solid #000;
}

div {
    display: block;
    unicode-bidi: isolate;
}


.me{
    padding: 5px;
    border: 5px ridge white;
    background:linear-gradient(white,black);
    position: fixed;
    bottom: 0;
    right: 0;
}

