
.header {
    background-image: linear-gradient(to right, white 15%, coral, tomato);
    font-family: verdana;
    text-align: left;
    color: tomato;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
}

.body {
    
    
    text-align: justify;
    
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
}

.tajuk2 {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    font-family: verdana;
    font-weight: bold;
    font-size: larger;
  
}

.table {

    text-align: center;
    border: 1px;
    position: absolute;
}




.topnav {
overflow: hidden;
background-color: lightgray;
font-family: verdana;
margin-bottom: 0px;
margin-left: 20px;
margin-right: 20px;
}

.topnav a {
float: left;
color: black;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}

.topnav a:hover {
background-color: #ddd;
color: black;
}

.topnav a.active {
background-color: green;
color: white;
text-decoration: none;
}

.box {
    background-color: lightgrey;
    width: 700px;
    border: 5px solid green;
    border-radius: 10px;
    padding: 40px;
    margin: 20px;
    margin: 0 auto;
    margin-top: 15px;
    font-family:verdana;
    text-align: justify;
    }

    .box:hover {
        background-color: lightgrey;
        border: 7px solid coral;
        font-size: large;
        transition-delay:0.2s;
    }

    .box2 {
        background-color: lightgrey;
        width: 700px;
        border-radius: 15px;
        padding: 40px;
        margin: 20px;
        margin: 0 auto;
        margin-top: 15px;
        font-family:verdana;
    }
    .box3 {
        background-color: lightgrey;
        width: 950px;
        border-radius: 15px;
        padding: 40px;
        margin: 20px;
        margin: 0 auto;
        margin-top: 15px;
        font-family:verdana;
    }

    .box4 {
        background-color: lightgrey;
        width: 740px;
        border-radius: 15px;
        padding: 20px;
        margin: 20px;
        margin: 0 auto;
        margin-top: 15px;
        font-family:verdana;
    }

    .box5 {
        
        text-align:right;
        right: 0px;
        margin-left: 20px;
    margin-right: 20px;
    }


.paragraph {
    margin-left: 30px;
    margin-right: 30px;
    font-family: verdana;
    text-align:justify;
    text-justify: inter-word;
}



img:hover {
    opacity: 0.8;
  }

.img {
    margin-top: 30px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    height: 350px;
    width:400px;
    display: block;
}




 