body, html {
    height: 100%;
}
.bg_full { 
    /* The image used */
    background-image: url("../images/bg-lowongan.jpeg");
    /* Full height */
    height: 100%; 
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
    background-attachment: fixed;
}
.row{
    padding: 0px !important;
    margin: 0px !important;
}


.sec1{
    padding-top: 50px !important;
    background: white;
}
    
#artikelFoto{
    width: 100% !important;
    border : solid white 2px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#userDescription{
    padding-bottom: 20px;
    border-bottom: 1px solid white;
}
.pageCV{
    background: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 0px !important;
    margin : 30px 0px 60px 0px !important;
}

.sub1{
    padding: 0px !important;
    background: #43a047;
    margin : 0px !important;
    color: white;
}


pre{
    white-space: pre-wrap;
}

a {
    color:black;
}