.title {
    font-size: 30px;
    margin-left: 190px;
}

a {
    text-decoration: none;
    cursor: pointer;
}

.main {
    width: 100%;
    height: 300px;
    margin-top: 15px;
    background: linear-gradient(#0469E9, #1097F0);
    overflow: hidden;
    text-align: center;
}

.m_title {
    font-size: 36px;
    text-align: center;
    color: #fff;
    margin-top: 30px;
}

.m_more {
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 60px;
    cursor: pointer;
}

.m_more:hover {
    box-shadow: 0 0 9px #fff;
}

.bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    color: #333;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.bottom a {
    color: #333;
    font-size: 14px;
    cursor: pointer;
}