@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&family=Roboto:ital,wght@0,100;0,300;0,500;0,700;0,900;1,400&display=swap');
body {
    background: #26114a;
    color: #fff;
    margin: 0px;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
    padding-bottom: 100px;
}
a {
    color: #fff;
    text-decoration: none;
}
#header {
    height: 60px;
    width: 100%;
}
#header_center {
    margin: 0px auto;
    width: 340px;
    max-width: 100%;
    height: 60px;
    text-align: center;
}
#back_arrow {
    padding-top: 5px;
    font-size: 24px;
    line-height: 50px;
    font-weight: 900;
    padding-right: 10px;
    cursor: pointer;
}
#logo {
    vertical-align: middle;
    line-height: 60px;
    height: 60px;
    text-align: center;
}
#logo img {
    height: 30px;
    padding: 15px 0px;
    vertical-align: middle;
}
#main, #banner_message_container {
    margin: 0px auto;
    width: 340px;
    max-width: calc(100% - 50px);
}
#main {
    padding: 20px 0px;
}
#get_msg {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    padding: 10px 20px;
    box-sizing: border-box;
    color: white;
    border-radius: 5px;
    position: relative;
    min-height: 40px;
    margin-top: 10px;
}
#get_msg .msg_close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 20px;
    cursor: pointer;
}
.section {
    margin-bottom: 20px;
    padding-top: 10px;
}
.section_title {
    font-size: 16px;
    font-weight: 700;
    /* text-transform: uppercase; */
    /* letter-spacing: 0.1em; */
    color: #6e6086;
    margin-bottom: 10px;
}
.section_title>span {
    vertical-align: middle;
}
.section_title .see_more {
    font-size: 12px;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0;
    color: #6e6086;
    margin-left: 10px;
    cursor: pointer;
    vertical-align: middle;
    float: right;
}
.see_more span {
    vertical-align: middle;
    font-size: 0.8em;
}
.main_button {
    background: linear-gradient(to right, #fbb03b, #ffa600);
    color: white;
    border: none;
    border-radius: 5px;
    text-shadow: 1px 1px #444;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding: 3px 20px;
    margin: 10px auto;
    border-radius: 10px;
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    box-shadow: 0px 6px 0px 0px rgba(0, 0, 0, 0.5);
    line-height: 36px;
    border: 1px solid white;
}
.main_button span {
    vertical-align: middle;
}
.main_button:hover {
    box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.5);
}
.red_button {
    background: #d01a1a;
}
.material-icons-round {
    vertical-align: middle;
}
#footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 60px;
    background: #1b143b;
    padding: 10px;
    box-sizing: border-box;
    color: #cccccc;
    font-size: 14px;
    z-index: 100;
}
#footer_center {
    margin: 0px auto;
    width: 340px;
    max-width: 100%;
    text-align: center;
}
.footer_button {
    display: inline-block;
    width: 23%;
    text-align: center;
    color: white;
}
.footer_button span {
    font-size: 32px;
    padding: 3px;
    border: 1px solid transparent;
}
.active_footer_button span {
    color: #ffbc41;
}
#credits {
    float: right;
    /* line-height: 60px; */
    color: #ffbc41;
    margin-right: 15px;
}
#credits .key_icon {
    vertical-align: middle;
    transform: rotate(-60deg);
}
#num_credits {
    margin-left: -5px;
    font-size: 24px;
    font-weight: 700;
    vertical-align: middle;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 60px;
}