* {
    box-sizing: border-box; 
    margin: 0; 
    font-family: 'Times New Roman', Times, serif; 
}

.column {
    float: left;
    
}

.row:after {
    content: ""; 
    display: table;
    clear: both;  
}

.active {
    text-decoration: none;
    color: white;
    font-size: 30px;
    padding-left: 40px;
}

.active:hover{
    color: rgb(220, 177, 111);
}

.active1 {
    text-decoration: none;
    color: white;
    font-size: 30px;
    margin-left: 35px;
}

.active1:hover{
    color: rgb(220, 177, 111);
}

.text{
    font-weight: 600;
    padding: 30px;
    padding-top: 70px;
    padding-left: 180px;
    margin-right: 10px;
}

.text1{
    font-weight: 600; 
    font-size: 25px; 
    padding: 20px 20px;
}

.text2{
    padding: 0px 20px; 
    font-size: 18px; 
    line-height: 25px;
}
.colum{
    width: 17%;
    height :330px;
    border: none;
    margin-left: 180px;
    margin-top: 30px;
    background-color: white ;
}

.colum1{
    width: 17%;
    height :330px;
    border: none;
    margin-left: 20px;
    margin-top: 30px;
    background-color: white ;

}

.gambar {
    width: 100%;
    height: 150px;
    }

.footer {
    color: white;
    text-align: center;
    margin-top: 20px; 
    font-size: 15px;
}

.logo{
    width: 15%; 
    margin-left: 70px; 
    margin-top: 35px;
}

.text3{
    text-align: center; 
    font-weight: 600;
    font-size: 10px; 
    margin-top: 2px;
    color: white;
}

.colum2{
    width: 15%;
    height :100px; 
    margin: 0px;
    display: block;
}


