.main {
    width: 100%;
    height: auto;
    text-align: center;
}

.main h1 {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.25;
    margin-bottom: 20px;
    color: white;
}

.main p{
    font-size: 10px;
    font-weight: bold;
    line-height: 1.25;
    margin-top: 12px;
    margin-bottom: 10px;
    color: white;
}

.main a{
    display: inline-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: 11px;
    font-weight: 400;
    line-height: 1.1;
    margin-top: 1px;
    margin-bottom: 1px;
    color: white;
}

progress {
    margin-top: 2px;
    height: 12px;
    border-radius: 5px;
}
progress::-webkit-progress-bar {
    border-radius: 5px;
}
progress::-webkit-progress-value {
    border-radius: 5px;
}

.main1 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}
.main_left {
    width: 40%;
}
.main_left h3{
    font-size: 6px;
    margin-top: -10px;
}

.main_left p{
    font-size: 8px;
}

.main_right {
    width: 20%;
    text-align: right;
}

.main_right img{
    width: 80px;
    height: auto;
}

.main a:hover{
    opacity: 1;
    transition: 0.25s;
}

.main a:hover p{
    opacity: 1;
    transition: 0.25s;
}

.main a img{
    width: 34px;
    height: auto;
}
.main a img.run {
    width: 70px;
    height: auto;
}

footer {
    position: fixed;
    background-color: rgba(255,255,255,0.3);
    left: 0;
    bottom: 0;
    width: 100%;
    font-weight: bold;
    font-size: 8px;
    line-height: 1.5;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
}

.footer_main{
    text-align: center;
    display: flex;
}

.footer_left {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    justify-content: right;
    width: 25%;
}

.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: 30px;
    height: auto;
}

footer .footer_right {
    display: block;
    justify-content: left;
    text-align: center;
    width: 75%;
}