.main-page-container {
    background-color: #1c272e;
    height: 100%;
}

.main-page-container .button-wrap a {
    display: inline-block;
    color: #000000;
    padding: 5px 20px;
    text-align: center;
}

.main-page-container .button-wrap a:hover {
    text-decoration: none;
}

.main-page-header-container {
    background: url('../../../images/mainPage/header.png') center no-repeat;
    background-size: cover;
    padding-top: 100px;
    background-position-y: 100%;
}

.main-page-container .title {
    text-align: center;
}

.main-page-container .title > h2 {
    margin: 50px 0;
}

.main-page-header {
    margin-top: 50px;
}

.main-page-header > .header-left {
    max-width: 500px;
    padding-bottom: 50px;
}

.main-page-header > .header-left > .main-title > h1 {
    color: #ffffff;
    font-style: normal;
    font-weight: bold;
    font-size: 96px;
    letter-spacing: 0.05em;
}

.main-page-header > .header-left > .subtitle {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    width: 420px;
    color: #ffffff;
    margin-top: 20px;
}

.main-page-header > .header-left > .button-wrap {
    margin-top: 100px;
}

.main-page-content-container {
    color: #ffffff;
}

.main-page-quest {
    margin-bottom: 60px;
}

.main-page-quest > .quest-content {
    font-size: 16px;
}

.main-page-quest > .quest-content > .list {
    margin-top: 15px;
}

.main-page-quest > .quest-content > .list > li {
    margin: 5px 0;
    font-size: 16px;
}

.introduction-text {
    font-size: 16px;
}