* {
    margin: 0;
    padding: 0;
}

html, body {
    width: 100%;
    height: auto;
    font-family: 'Montserrat', sans-serif;
    background-color: #111;
}

.main {
    width: 100%;
    height: auto;
    text-align: center;
}

.main h1 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.25;
    margin-bottom: 26px;
    color: white;
}

.main p{
    font-size: 9px;
    font-weight: bold;
    line-height: 1.25;
    margin-top: 10px;
    margin-bottom: 6px;
    color: white;
}

.main a{
    display: block;
    vertical-align: middle;
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none;
    opacity: 0.7;
    transition: 0.25s;
}

.main a p{
    margin-top: 10px;
    color: white;
    font-size: 8px;
    opacity: 0;
    transition: 0.25s;
}

#info {
    font-size: 7px;
    font-weight: 400;
    line-height: 1.1;
    margin-top: 1px;
    margin-bottom: 1px;
    color: white;
}

.main1 {
    display: block;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.main_left {
    width: 100%;
    text-align: center;
}

.main_right {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.main a:hover{
    opacity: 1;
    transition: 0.25s;
}

.main a:hover p{
    opacity: 1;
    transition: 0.25s;
}

.main a img{
    width: 90px;
    height: auto;
}
.main a img.run {
    width: 150px;
    height: auto;
}

footer {
    position: fixed;
    background-color: rgba(255,255,255,0.3);
    left: 0;
    bottom: 0;
    width: 100%;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.5;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
}

.footer_main {
    display: block;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.footer_left {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    width: 100%;
}

.footer_left a{
    margin-left: 10px;
    margin-right: 10px;
    opacity: 0.75;
    transition: 0.2s;
}
.footer_left a:hover{
    opacity: 1;
    transition: 0.2s;
}
.footer_left a img{
    width: 60px;
    height: auto;
}

footer .footer_right {
    display: block;
    text-align: center;
    margin-top: 8px;
    width: 100%;
}