body {
    padding-top: 70px;
}
.jagrid {
    color: #000;
}
.vertical {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation:upright;
    height: 100%;
}
.title {
    background-position: 3px 3px;
    background-color: lightgreen;
}
.title-all {
    background-color: darkgreen;
    color: #fff;
    text-align: center;
}
#container {
    position:absolute;
    margin-left: 20px;
}
.github-corner:hover .octo-arm {
    animation: octocat-wave 560ms ease-in-out;
}
@keyframes octocat-wave {
    0%, 100% { transform: rotate(0); }
    20%, 60% { transform: rotate(-25deg); }
    40%, 80% { transform: rotate(10deg); }
}
@media (max-width: 500px) {
    .github-corner:hover .octo-arm {
        animation: none;
    }
    .github-corner .octo-arm {
        animation: octocat-wave 560ms ease-in-out;
    }
}