html,
body {
    position: relative;
    height: 100%;
}
body {
    background: #fff;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #dcdbdd;
    margin: 0;
    padding: 0;
}
.container {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.top-container {
    width: 100%;
    height: 900px;
    padding: 0 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
}

.background{
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}

.top01 {
    width: 1902px;
    height: 520px;
}

.top02 {
    width: 1902px;
    height: 1029px;
}

.top03 {
    width: 1902px;
    height: 615px;
}

.container-title {
    color: #000;
    font-size: 46px;
    font-weight: bold;
    margin: 60px 0 120px 0;
}

.footer-container {
    background: #142737;
    width: 100%;
    padding:  16px 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.footer-title {
    color: #f7f7f7;
    font-size: 14px;
    text-decoration:none;
}
