body {
    background: url(../img/background.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    overflow-x: hidden;
    overflow-y: hidden;
}

.jurusan {
    background: url(../img/jurusan.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    overflow-x: hidden;
    overflow-y: hidden;
}

.tulisan {
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 80px;
    text-shadow: 0 15px 20px rgba(0,0,0,0.3);
}

.tulisan-body {
    text-align: center;
    color: white;
    text-shadow: 0 5px 10px rgba(0,0,0,0.3);
}

.centering {
    height: 100%;
    padding-top: 18%;
    padding-bottom: 25%;
}

.icon-size {
    font-size: 130px;
    /* color: #6c757d; */
}