#container {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#sectionName {
    width: 100%;
    height: 72px;
    overflow-y: auto;
    font-weight: bold;
    font-size: 32px;
    text-align: center;
    margin-bottom: 12px;
}

#tip {
    padding-bottom: 50px;
    text-align: center;
}

body {
    font-family: 'Roboto';
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#spear td {
    padding: 0;
    text-align: center;
}

.clickable {
    cursor: pointer;
}

.clickable:hover {
    background-image: url(selector.png);
    background-size: 100% 100%;
}

/*
#speartable.zoom {
    transition: 1s;
    background-position: -640px 0;
    background-size: 1920px 96px;
    height: 96px;
    color: transparent;

}
*/

#speartable {
    border-spacing: 0;
    background-image: url(dzida.png);
    image-rendering: pixelated;
    height: 33px;
    width: 639px;
    table-layout: fixed;
    color: white;
    text-shadow: black 0 0 3px;
}

.backtohome {
    position: absolute;
    top: 0;
    left: 0;
    font-family: monospace;
    font-size: 12px;
}

.backtohome a {
    color: black;
    text-decoration: none;
}