* {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    color: black;
}

body {
    background-image: url(../img/7c6de684befe46269bd9aae5f78be2c8.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    z-index: 0;
}

.main {
    width: 368px;
    height: 330px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -184px;
    margin-top: -165px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.555555);
    text-align: center;
}

.main .favicon {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -32px;
    margin-top: -135px;
}

.container_item {
    position: absolute;
    bottom: 13px;
    margin: 0 0 0 13px;
}

.container_item .item {
    line-height: 1;
    display: inline-block;
    margin: 0.5em 0.5em;
    padding: 0.5em;
    width: 8.5em;
    border-radius: 10px;
    border: 0 !important;
    box-shadow: inset 0 0 0 1px #cccccc;
    color: #555;
}

.title {
    text-align: center;
    width: 100%;
    position: absolute;
    top: 100px;
}

.title .bt {
    font-weight: lighter;
}

.title .fgx {
    background-color: rgb(121, 120, 120);
    height: 1px;
    width: 180px;
    position: absolute;
    left: 50%;
    margin-left: -90px;
}

.footer {
    width: 100%;
    height: 120px;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    text-shadow: 1.5px 1.5px #c0c0c0;
    position: absolute;
    bottom: 30px;
}

.footer * {
    color: #fff;
}

@media screen and (max-width: 500px) {
    .main {
        margin-top: -180px;
    }

    .footer {
        width: 100%;
        height: 120px;
        text-align: center;
        margin-top: 60px;
        font-size: 14px;
        line-height: 20px;
        text-shadow: 1.5px 1.5px #c0c0c0;
    }
}