h1{
    font-family: Georgia;
    font-size:xx-large;
    font-weight:normal;
    text-transform: uppercase;
    text-align:center;
    color:brown;
    text-shadow:10px 5px 5px black;
    word-spacing: 1cm;
    letter-spacing: 0.5cm;
}
.tautan{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 150%;
    text-decoration:none
}
a.tautan:hover{
    color:deeppink
}
a.tautan:active{
    color:darkcyan
}
a.tautan:visited{
    color:darkgreen
}
.credit{
    font-family: Verdana;
    font-size:  30px;
    font-weight: bold;
    font-style: italic;
    text-decoration: underline;
    text-transform: lowercase;
    
}
p.intro{
    font-family: 'Segoe UI';
    font-size:0.5cm;text-align:justify;
}
