* {
    padding: 0;
    margin: 0;
}

body {
    font-family: 'Dosis', sans-serif;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    background: #2c2c2c;
    overflow: hidden;
}

.container {
    width: 70vw;
    min-width: 300px;
    height: 80vh;
    margin: 10vh auto;
    border: 1px solid #505050;
    padding: 0 10px;
    background: rgba(255, 255, 255, 0.1);
    overflow: auto;
    position: relative;
}

.text {
    color: #fff;
    padding: 10px 0;
}

.part {
    margin: 5px 0;
}

.title {
    font-size: 20px;
    padding: 15px 0;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    position: relative;
}

.title.one {
    background: #ffe700;
}

.title.two {
    background: #00ff6f;
}

.title.three {
    background: #ff4a00;
}

.title.four {
    background: #00ecff;
}

.title.five {
    background: #c968ff;
}
