@font-face {
    font-family: 'CyberSloth';
    src: url('CyberSloth.ttf') format('truetype');
}

body{
    background-color: #11adc1;
    color: #ffffff;
    font-family: CyberSloth;
    image-rendering: pixelated;
    image-rendering: crisp-edges;
    font-size: 24px;
    text-shadow: -1px -1px 0 #393457, 0 -1px 0 #393457, 1px -1px 0 #393457, 1px 0 0 #393457, 1px 1px 0 #393457, 0 1px 0 #393457, -1px 1px 0 #393457, -1px 0 0 #393457;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

/* unvisited link */
a:link {
  color: #6df7c1;
}

/* visited link */
a:visited {
  color: #6df7c1;
}

/* mouse over link */
a:hover {
  color: #11adc1;
}

/* selected link */
a:active {
  color: #ffffff;
}
.c1 {
    color: #f7e476
}
.c2 {
    color: #f99252
}
.c3 {
    color: #cb4d68
}
.c4 {
    color: #f48cb6
}
.c5 {
    color: #a1e55a
}

.header{
    width: 100%;
    padding-top: 50px;
    margin-bottom: 50px;
}

.logo {
    width: 100%;
    animation: swing ease-in-out 5s infinite alternate;
}
.bigger_text{
    font-size: 48px;
    text-shadow: -2px -2px 0 #393457, 0 -2px 0 #393457, 2px -2px 0 #393457, 2px 0 0 #393457, 2px 2px 0 #393457, 0 2px 0 #393457, -2px 2px 0 #393457, -2px 0 0 #393457, -6px -6px 0 #ffffff, -3px -6px 0 #ffffff, 0 -6px 0 #ffffff, 3px -6px 0 #ffffff, 6px -6px 0 #ffffff, 6px -3px 0 #ffffff, 6px 0 0 #ffffff, 6px 3px 0 #ffffff, 6px 6px 0 #ffffff, 3px 6px 0 #ffffff, 0 6px 0 #ffffff, -3px 6px 0 #ffffff, -6px 6px 0 #ffffff, -6px 3px 0 #ffffff, -6px 0 0 #ffffff, -6px -3px 0 #ffffff;
}
.date{
    font-size: 16px;
}
.menu {
    margin-bottom: 50px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.container {
    width: 920px;
    max-width: 95%;
    margin: auto;
    min-height: 100%;
    text-align: center;
}
.divider {
    max-width: 80%;
    margin: 50px auto;
    display: block;
}

.full{
    width: 100%;
    padding: 0;
    margin: 0;
}
.private{
    color: grey;
}
.changelog{
    text-align: left;
    padding-left: 50px;
    padding-right: 50px;
}
.download{
    width: 144px;
    margin: 0 5px 20px 5px;
}

.downloads{
    width: 640px;
    max-width: 90%;
    margin: 20px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.y-labes{
    width: 80px;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.y-labes > div {
    text-align: right;
    margin-top: -11px;
    margin-bottom: -15px;
}
.chart{
    display: flex;
}

@keyframes swing {
            0% { transform: rotate(2deg); }
            100% { transform: rotate(-2deg); }
         }

@media only screen and (max-width: 700px) {
    .bigger_text {
        font-size: 32px;
    }
}