
body {
    font-family: Arial, sans-serif;
    background-color: #1f1f1f;
    color:#ffffff;
}

.title-area {
    position:relative;
    background-color: #000000;
    width: 100%;
    height: 600px;
}

.title-image {
    position:absolute;
    right: 0%;
    top: 10%;
}

.title-text {
    position: absolute;
    margin: 0px;
    width: 50%;
    top: 20%;
    left: 10%;
    font-size: 60px;
    font-weight: bold;
}

.body-area {
    padding: 80px;
}

.body-title-text {
    margin: 0px;
    margin-bottom: 50px;
    font-size: 40px;
    font-weight: bold;
}

.app-list {
    position: relative;
    width: 100%;
    height: 200px;
    border: 3px solid #ffffff;
    border-radius: 10px;
}

.app-list-image {
    position: absolute;
    margin-top: 20px;
    margin-left: 20px;
    width: 160px;
    height: 160px;
    background-color: #eaeaea;
    border-radius: 10px;
}

.app-list-content {
    position: absolute;
    padding: 20px;
    left: 190px;
}

.app-list-link {
    color:#ffffff;
    font-size: 20px;
}

.app-list-explain {
    margin-left: 10px;
}