#debug_block,
.canvas_darkener,
.menu {
    position: absolute
}

#options_button,
#start,
.share-glow,
.stats .stats-upgrade {
    vertical-align: middle
}

#header,
h1 {
    font-weight: 700
}

body,
html {
    margin: 0;
    padding: 0;
    background-color: #181818;
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-size: 14px;
    font-family: 'Ubuntu', Helvetica;
    color: #555;
    line-height: 1.2
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

canvas {
    display: block;
    width: 100%
}

#debug_block {
    top: 5px;
    left: 350px;
    background-color: gray;
    padding: 5px;
    color: #fff;
    width: 200px;
    height: 100px;
    opacity: .85
}

.canvas_darkener {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    opacity: .5
}

#menu_main {
    width: 260px;
    height: 263px
}

#menu_account {
    width: 200px;
    height: 263px;
    right: 480px
}

#menu_ranking {
    width: 200px;
    height: 263px;
    left: 480px
}

.menu {
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    box-shadow: 2px 2px 6px #454545;
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 10px
}

input[type=text],
input[type=password],
select {
    width: 100%;
    font-size: inherit;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 6px 12px;
    border-radius: 4px;
    color: inherit;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    margin-bottom: 5px
}

input[type=text]:focus,
input[type=password]:focus,
select:focus {
    width: 100%;
    outline: 0;
    border-color: rgba(76, 128, 86, .75);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(76, 128, 86, .6);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

#header {
    font-size: 30px;
    padding-bottom: 8px
}

#tempheader0 {
    font-size: 30px;
    padding-bottom: 0px;
    font-weight: 700;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#tempheader1 {
    font-size: 20px;
    padding-bottom: 7px;
    font-weight: 700;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#tempheader2 {
    font-size: 17px;
    padding-bottom: 7px;
    font-weight: 500;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#tempheader3 {
    font-size: 17px;
    padding-bottom: 10px;
    font-weight: 500;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#discord_button {
    vertical-align: middle;
    display: inline-block;
    width: 34px;
    height: 32px;
    position: relative;
    background-color: #5865F2
}

#discord_button:hover {
    background-color: #6d78ee
}

h1 {
    font-size: 18px;
    padding: 0;
    margin: 0
}

#controls_table {
    margin-left: 14px;
    font-size: 12px;
    margin-top: 5px;
    font-style: normal
}

#controls_table tr td:nth-child(1) {
    text-align: right;
    padding-right: 10px
}

#controls_table tr td:nth-child(2) {
    text-align: left;
    padding-left: 10px
}

.btn {
    outline: none;
    border: none;
    border-width: 0px;
    background-color: transparent;
    /*
    background-color: #4c8056;
    border-color: #4a6a48;
    */
    text-align: center;
    /*
    line-height: 32px;
    color: #fff;
    */
    border-radius: 4px;
    cursor: pointer;
    /*
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
    */
    box-shadow: 1px 1px 3px #454545
}

#btn_ranking_lvl,
#btn_ranking_points {
    line-height: 22px;
    display: inline-block
}

#game_message_big,
#game_modes,
#share_section {
    margin-bottom: auto;
    text-align: center
}

.btn:active {
    box-shadow: none
}

/*
.btn:hover {
    background-color: #477350
}
*/

#start {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    width: 190px;
    margin-right: 2px;
    height: 32px
}

#options_button {
    display: inline-block;
    width: 34px;
    height: 32px;
    position: relative;
    background-color: #4c4cff
}

#options_button:hover {
    background-color: #3636ff
}

.btn,
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.noselect {
    cursor: default
}

#select_server_head,
.survev-btn,
.footer-btn,
.footer-btn-left,
.options-change-skill,
.options-skill-edit,
.server-item,
.stats .stats-upgrade,
.stats-adding-on .stats {
    cursor: pointer
}

hr {
    border: none;
    border-top: 1px solid #eee
}

#btn_ranking_points {
    width: 48%;
    font-size: 11px
}

#btn_ranking_lvl {
    width: 49%;
    font-size: 11px
}

#ranking_table_head {
    font-weight: 700;
    background-color: #eee;
    margin-top: 2px
}

#ranking_table_head,
.ranking-table-body {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed
}

#ranking_table_head td:nth-child(1),
.ranking-table-body td:nth-child(1) {
    width: 25px;
    text-align: center
}

#ranking_table_head td:nth-child(2),
.ranking-table-body td:nth-child(2) {
    text-align: left;
    padding-left: 4px;
    padding-right: 4px;
    overflow: hidden;
    white-space: nowrap
}

.ranking-table-body tr:nth-child(1) {
    background-color: #ffec8e
}

.ranking-table-body tr:nth-child(2) {
    background-color: #dcdcdc
}

.ranking-table-body tr:nth-child(3) {
    background-color: #ffcdb4
}

.ranking-nick {
    display: inline-block
}

.ranking-table-body tr:nth-child(1) .ranking-nick,
.ranking-table-body tr:nth-child(2) .ranking-nick,
.ranking-table-body tr:nth-child(3) .ranking-nick {
    font-weight: 700
}

.ranking-table-body-container {
    overflow-y: scroll;
    height: 160px
}

.ranking-table-body {
    margin-top: -1px
}

#ranking_table_head td,
.ranking-table-body td {
    font-size: 11px;
    border: 1px solid #eee
}

.btn-go-back {
    position: absolute;
    bottom: 10px;
    width: 32px;
    left: 15px;
    background-color: #646464
}

.btn-next {
    position: absolute;
    bottom: 10px;
    width: 80px;
    right: 15px
}

#exp_bar,
#level {
    position: absolute;
    width: 600px;
    height: 35px;
    margin-left: auto;
    margin-right: auto;
    left: 0
}

.btn-go-back:hover {
    background-color: #505050
}

.btn-password {
    background-color: #404040
}

.btn-password:hover {
    background-color: #333
}

.btn-facebook {
    background-color: #3b5997;
    text-decoration: line-through
}

.btn-facebook:hover {
    background-color: #314a7e
}

.btn-google {
    background-color: #d62d20;
    text-decoration: line-through
}

#survev_button:hover,
#more_io_games:hover,
.btn-active {
    text-decoration: underline
}

.btn-google:hover {
    background-color: #bb271c
}

.g-recaptcha {
    transform: scale(.56);
    -webkit-transform: scale(.56);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0
}

#menu_message {
    bottom: 316px;
    width: 680px;
    height: 37px;
    display: none;
    font-weight: 700
}

.menu-message-error {
    background-color: #f2dede;
    border: 1px solid #ebccd1;
    color: #a94442
}

.menu-message-success {
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
    color: #3c763d
}

#summary_container,
.menu-page {
    display: none
}

#summary {
    width: 330px;
    height: 449px;
    text-align: center
}

#exp_bar {
    bottom: 15px;
    right: 0;
    border: 1px solid #969696;
    background: rgba(0, 0, 0, .3)
}

#level {
    bottom: 19px;
    right: 0;
    text-align: center;
    font-size: 38px;
    font-weight: 700
}

.stroke-font {
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    color: #fff
}

.meter {
    position: relative;
    moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    padding: 5px
}

.meter>span {
    display: block;
    height: 100%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    background-color: #5000a0;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #5000a0), color-stop(1, #16002a));
    background-image: -moz-linear-gradient(center bottom, #5000a0 37%, #16002a 69%);
    -webkit-box-shadow: inset 0 2px 9px rgba(255, 255, 255, .3), inset 0 -2px 6px rgba(0, 0, 0, .4);
    -moz-box-shadow: inset 0 2px 9px rgba(255, 255, 255, .3), inset 0 -2px 6px rgba(0, 0, 0, .4);
    box-shadow: inset 0 2px 9px rgba(255, 255, 255, .3), inset 0 -2px 6px rgba(0, 0, 0, .4);
    position: relative;
    overflow: hidden
}

.animate>span>span,
.meter>span:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, rgba(255, 255, 255, .2)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.75, rgba(255, 255, 255, .2)), color-stop(.75, transparent), to(transparent));
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
    z-index: 1;
    -webkit-background-size: 50px 50px;
    -moz-background-size: 50px 50px;
    -webkit-animation: move 2s linear infinite;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    overflow: hidden;
    -webkit-border-radius: 20px 8px 8px 20px;
    border-radius: 20px 8px 8px 20px
}

#top_levels,
#top_player_kills {
    width: 240px;
    height: 142px;
    right: 10px;
    padding: 10px;
    position: absolute
}

#game_message_text,
#top_levels,
#top_player_kills {
    background: rgba(0, 0, 0, .35)
}

.animate>span:after {
    display: none
}

@-webkit-keyframes move {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: 50px 50px
    }
}

#top_player_kills {
    top: 10px
}

#top_levels {
    top: 162px
}

#game_message {
    display: none;
    position: absolute;
    left: 100px;
    right: 100px;
    top: 10px;
    text-align: center
}

#game_message_text {
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    font-size: 20px;
    font-weight: 700
}

#game_message_big {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 120px;
    margin-top: auto;
    background: rgba(0, 0, 0, .25);
    line-height: 120px;
    font-size: 60px;
    font-weight: 700
}

.game-ui-ranking-header {
    font-size: 18px;
    text-align: center;
    font-weight: 700
}

.game-ui-ranking {
    white-space: nowrap;
    overflow: hidden;
    font-size: 15px;
    font-weight: 700
}

#skill_info,
#skill_menu {
    position: absolute;
    left: 10px;
    width: 220px;
    background: rgba(0, 0, 0, .75);
    font-size: 12px;
    overflow: hidden
}

.game-ui-ranking-details {
    display: inline-block;
    color: #ffd200
}

#skill_menu {
    height: 258px;
    bottom: 10px;
    padding: 7px 0 10px;
    border-radius: 8px
}

#skill_info hr,
#skill_menu hr,
#top_levels hr,
#top_player_kills hr {
    opacity: .08
}

#skill_info {
    display: none;
    bottom: 269px;
    height: 86px;
    padding-top: 7px;
    padding-bottom: 7px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px
}

.skill-info-item {
    position: relative;
    font-weight: 700;
    padding: 0 10px
}

.skill-info-item .skill-info-right {
    display: inline-block;
    position: absolute;
    left: 80px;
    top: 0
}

.skill-info-amount {
    font-weight: 400;
    color: #ffd2d2
}

.skill-info-value {
    font-weight: 400;
    color: #b4ffb4
}

.stats {
    position: relative;
    padding-left: 10px
}

.stats:hover {
    background-color: rgba(255, 255, 255, .2)
}

.stats .stats-name {
    display: inline-block;
    width: 125px
}

.stats .stats-value {
    display: inline-block;
    position: absolute;
    left: 145px;
    color: #b4ffb4
}

.stats .stats-upgrade {
    display: none;
    position: absolute;
    right: 10px;
    top: -1px;
    font-weight: 700;
    font-size: 14px;
    animation-name: stats-upgrade-animation;
    animation-duration: 1s;
    animation-iteration-count: infinite
}

#footer,
.popup-window {
    position: absolute;
    right: 0;
    bottom: 0
}

@keyframes stats-upgrade-animation {

    0%,
    100% {
        color: #ff8080
    }

    50% {
        color: #ffff80
    }
}

.stats-adding-on .stats-upgrade {
    display: inline-block
}

#game_ui,
#ranking_highest_lvl,
.popup-window,
.server-item-category .server-item-category-list,
.stats-max .stats-upgrade {
    display: none
}

.stats-adding-on .stats:not(.stats-max):hover {
    background-color: rgba(255, 255, 255, .4)
}

.btn-active {
    box-shadow: none;
    font-weight: 700
}

#footer_left a,

#survev_button {
    color: #83af50;
    text-decoration: none;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    font-family: 'Ubuntu', Helvetica;
    font-weight: 700
}

#more_io_games {
    color: #fff;
    text-decoration: none;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    font-family: 'Ubuntu', Helvetica;
    font-weight: 700
}

#footer {
    font-size: 21px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 3px;
    padding-top: 2px;
    color: #fff;
    background-color: rgba(0, 0, 0, .4)
}

.survev-btn {
    outline: none;
    font-size: 16px;
    border: none;
    background-color: transparent;
    text-align: center;
    display: inline-block;
    padding-left: 0px;
    padding-right: 0px;
}

.footer-btn {
    outline: none;
    font-size: 21px;
    border: none;
    background-color: transparent;
    text-align: center;

    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
}

.footer-btn-left {
    outline: none;
    font-size: 12px;
    border: none;
    background-color: transparent;
    text-align: center;
    display: inline-block;
    padding-left: 0px;
    padding-right: 0px;
}

.footer-btn:hover {
    color: #aaa
}

.popup-window {
    top: 0;
    left: 0;
    width: 600px;
    height: 300px;
    background-color: rgba(0, 0, 0, .8);
    margin: auto;
    padding: 35px;
    z-index: 9999999
}

.popup-content {
    border: 1px solid rgba(255, 255, 255, .1);
    overflow-y: scroll;
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-size: 13px;
    background-color: rgb(20, 20, 20)
}

#footer_left,
#select_server_body {
    padding-bottom: 3px;
    position: absolute
}

.popup-content hr {
    border-color: rgba(255, 255, 255, .1)
}

.popup-window .close,
.popup-window .go-back {
    color: #fff;
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 35px;
    cursor: pointer
}

.popup-window .close:hover {
    font-size: 37px
}

#footer_left {
    font-size: 12px;
    left: 0;
    bottom: 0;
    color: #fff;
    padding-left: 3px
}

#select_server_body,
#select_server_head {
    text-align: left;
    width: 100%;
    font-size: inherit;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

#footer_left a {
    margin-right: 5px
}

#select_server_container {
    position: relative
}

#select_server_body {
    top: 29px;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: inherit;
    background-color: #f9f9f9;
    padding-top: 3px;
    display: none
}

#select_server_head {
    top: 31px;
    height: 30px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 5px;
    padding: 6px 12px;
    color: #4c8056
}

#select_server_head:hover {
    background-color: #f0f0f0
}

#select_server_head:after {
    content: '▼';
    font-size: 11px;
    position: absolute;
    right: 6px;
    top: 10px
}

.server-item {
    position: relative;
    padding: 3px 0 3px 12px;
    color: #4c8056
}

.server-item-selected,
.server-item:hover {
    background-color: #4c8056;
    color: #fff
}

.server-item-category-list {
    background-color: #fff;
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.server-bad {
    color: #ff6e6e !important
}

.server-item-category-toggle {
    font-size: 11px;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 20px;
    text-align: center;
    padding-top: 6px
}

.server-item-category-toggle:hover {
    background-color: #22482c
}

.server-item-category-list .server-item {
    padding-left: 17px
}

.server-item-category-expanded .server-item-category-list,
.server-list-active #select_server_body {
    display: block
}

.server-list-active #select_server_head {
    border-color: rgba(76, 128, 86, .75);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(76, 128, 86, .6)
}

.btn-game-mode,
.share-glow {
    box-shadow: 2px 2px 6px #454545
}

#menu_container {
    display: block;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-image: url(img/background.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#minimap_container {
    position: absolute;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    top: 10px;
    left: 10px;
    background-color: rgba(0, 0, 0, .3);
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, .09);
    opacity: .8
}

#share_section {
    position: absolute;
    margin-top: auto;
    bottom: 308px;
    top: 0;
    height: 38px;
    width: 100%
}

.share-glow {
    display: inline-block;
    animation-name: share-bg-animation;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    padding: 3px;
    border-radius: 7px
}

.share-glow:hover {
    margin-top: -2px;
    padding: 5px
}

.options-item {
    width: 100%;
    line-height: 32px
}

.options-header {
    font-size: 13px;
    font-weight: 700;
    border-bottom: 1px solid #646464
}

.options-header-defensive {
    color: #d2d2d2;
    background-color: rgba(210, 210, 210, .2)
}

.options-header-offensive {
    color: #ffc600;
    background-color: rgba(255, 198, 0, .2)
}

.options-header-special {
    color: #da99ff;
    background-color: rgba(218, 153, 255, .2)
}

.options-change-skill,
.options-skill {
    position: relative;
    background-color: rgba(255, 255, 255, .08);
    font-size: 12px;
    font-weight: 700;
    border-bottom: 1px solid #646464;
    line-height: 30px
}

.options-change-skill:hover,
.options-skill:hover {
    background-color: rgba(255, 255, 255, .22)
}

.options-skill-edit,
.options-skill-number {
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #0a2323;
    top: 0
}

.options-skill-number {
    left: 0;
    border-right: 1px solid #646464;
    font-size: 16px
}

.options-skill-edit {
    right: 0;
    border-left: 1px solid #646464
}

.options-skill-edit:hover {
    background-color: #2c6464
}

.options-change-skill-disabled,
.options-change-skill-disabled:hover {
    background-color: rgba(255, 255, 255, .04)
}

.options-skill-edit img {
    display: block;
    margin-top: 9px;
    margin-left: 9px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.options-change-skill-disabled {
    cursor: not-allowed;
    color: #a0a0a0
}

.options-skill-info-name {
    font-size: 14px;
    padding-bottom: 15px;
    font-weight: 700;
    text-decoration: underline
}

#select_server_body .gd,
#select_server_head .gd {
    position: absolute;
    vertical-align: middle;
    text-decoration: none
}

.options-skill-info-description {
    color: #dcdcdc
}

.options-skill-info-shortcut {
    color: #64ff64;
    font-size: 12px;
    padding-bottom: 10px
}

#game_modes {
    position: absolute;
    top: 0;
    bottom: 440px;
    left: 0;
    right: 0;
    margin-top: auto;
    height: 42px;
    font-weight: 700;
    font-size: 18px
}

.btn-game-mode {
    display: inline-block;
    vertical-align: middle;
    line-height: 42px;
    border: 2px solid rgba(255, 255, 255, .8);
    border-radius: 20px;
    padding: 0 18px;
    cursor: pointer;
    opacity: .48
}

.btn-game-mode.btn-game-mode-active,
.btn-game-mode:hover {
    opacity: 1
}

.btn-game-mode-infinity {
    background-color: #4c8056
}

.btn-game-mode-tdm {
    background-color: #1771b7
}

@keyframes share-bg-animation {

    0%,
    100% {
        background-color: #ff9696
    }

    25% {
        background-color: #ffff96
    }

    50% {
        background-color: #96ffff
    }

    75% {
        background-color: #96ff96
    }
}

.gd:before {
    display: block;
    content: url(/img/gd.png);
    border-radius: 3px;
    overflow: hidden;
    width: 37px;
    height: 14px
}

.gd:hover {
    opacity: .6
}

#select_server_head .gd {
    right: 25px;
    top: 8px;
    display: block
}

#select_server_body .gd {
    right: 24px;
    top: 4px;
    display: block
}

@-moz-document url-prefix() {

    body,
    html {
        line-height: 1.15
    }
}

@media screen and (max-width:1080px) {

    #exp_bar,
    #level {
        margin-right: 0;
        right: auto;
        left: 240px
    }
}

@media screen and (max-width:1200px) {
    #footer {
        font-size: 16px
    }
}

@media screen and (max-width:1020px) {
    #menu_ranking {
        display: none
    }

    #menu_account {
        right: 0px
    }

    #menu_main {
        left: 0px
    }

    #footer {
        font-size: 13px
    }

    .footer-btn {
        padding-left: 14px
    }
}

@media screen and (max-width:850px) {

    #exp_bar,
    #level {
        width: 250px
    }

    #top_levels,
    #top_player_kills {
        display: none
    }

}

@media screen and (max-width:815px) {

    #ads,
    #menu_account {
        display: none
    }

    #menu_main {
        right: 0;
        left: 0
    }
}

@media screen and (max-width:665px) {
    #footer {
        padding-bottom: 20px
    }
}
