@import url('https://fonts.googleapis.com/css?family=Pacifico|Righteous&display=swap');
 p {
    line-height: 2;
 }

 p#first {
    text-indent: 2em;
    text-align: left;
    text-align: justify;
    text-decoration: underline;
 }
  
 p#second {
    text-indent: 25%;
    text-align: right;
    text-decoration: overline;
 }
  
 p#third {
    text-indent: -35px;
    text-align: center;
 }

 p#letter {
    letter-spacing: 4px;
 }
 p#word {
    word-spacing: 1.5em;
 }

 p#one {
    text-shadow: 1px 1px 0px #000000;
    background-color: #eeeeee;
    color: #666666;
 }
  
 p#two {
    text-shadow: 1px 1px 3px #666666;
    background-color: #dddddd;
    color: #666666;
 }
  
 p#three {
    text-shadow: 2px 2px 7px #111111;
    background-color: #cccccc;
    color: #ffffff;
 }
  
 p#four {
    text-shadow: -1px -1px #666666;
    background-color: #cccccc;
    color: #bbbbbb;
 }
 
 h1 {font-size: 3em; margin-top: 1px; font-family: BrushScriptStd;}
 h2 {
     font-size: 24px;
     margin-top: -10px;
     font-family: 'Pacifico', cursive;
     color: #f7f3f3;
 }
  
 h3 {
    color: #00a2c6
 }

 h4 {
   font-size: 24px;
   color: #001ec6
}

h5 {
   font-size: 15px;
   color: #0c0d0e
}

 footer {
    padding: 20px;
    color: white;
    background-color: #00a2c6;
   text-align: center;
   font-weight: bold;
 }

 /* rule akan diterapkan pada sebuah tautan yang belum pernah dikunjungi */
a:link {
    color: red;
 }
  
 /* rule akan diterapkan pada sebuah tautan yang sudah pernah dikunjungi */
 a:visited {
    color: rgb(2, 65, 2);
 }
  
 /* rule akan diterapkan pada sebuah tautan ketika diarahkan dengan kursor */
 a:hover {
    color: rgb(240, 236, 11);
    font-weight: bold;
 }
  
 /* rule akan diterapkan pada sebuah tautan ketika ditekan */
 a:active {
    color:orange;
 }

 blockquote::before,
 blockquote::after {
   content: '"';
   font-size: 24px;
   font-style: italic;
   font-weight: bold;
 }

 .profile header {
    text-align: center;
 }

 .box {
    border-top-style: solid;
    border-right-style: dotted;
    border-bottom-style: groove;
    border-left-style: double;
  
    border-width: 4px;
    border-color: red;
    width: 200px;
    height: 50px;
 }

 .jumbotron {
    font-size: 20px;
    padding: 10px;
    background-color: #02515f;
    text-align: center;
    color: rgb(248, 244, 6);
 }

 nav {
    background-color: #00a2c6;
    padding: 7px;
    margin:auto;
 }

 nav li {
    display: inline;
    list-style-type: none;
    margin-right: 20px;
 }

 nav a {
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    color: white;
 }

 .featured-image {
    width: 100%;
    max-height: 600px;
    object-fit: cover;
    object-position: center;
 }

 .gambar-image {
   width: 25%;
   margin-left: 200px;
   object-fit: cover;
   object-position: center;
}

 .profile-img {
    width: 100%;
    padding: 20px;
    object-fit: cover;
    object-position: center;
 }

.card {
   box-shadow: 0 4px 8px 0 rgba(14, 13, 13, 0.2);
   border-radius: 20px;
   padding: 10px;
   margin-top: 20px;
}

.card1 {
   box-shadow: 0 8px 12px 0 rgba(18, 3, 85, 0.2);
   border-radius: 20px;
   padding: 10px;
   margin-top: 20px;
   background-color: rgb(140, 214, 211);
}

#content{
   position:relative; /*posisi disarankan*/
   width: 75%;
   float: left;
   margin: 135px 0px;
}

#content1{
   position:relative; /*posisi disarankan*/
   color:rgb(4, 116, 116);
   width: 50%;
   float:center;
   margin: auto;
}

main {
   padding: 20px;
   overflow: auto;
}

aside {
   margin-top: 135px;
   float: right;
   width: 25%;
   padding-left: 20px;
}

* {
   box-sizing: border-box;
   margin:0px auto; /*supaya layer otomatis mengisi dan ke tengah*/
}

body{
   font-family:calibri, 
   verdana, sans-serif;
}

table {
   font-size: 14px;
   padding-top: 150px;
   scroll-behavior: smooth;
}

#wrapper{
   position:relative; /*posisi disarankan*/
   <br>width:100%;<br>;
}
 
#header{
   width:100%; /*supaya header memenuhi layar*/
   z-index:1000;
   height:120px; 
   background:#dfaaaa;
   position:fixed;
}

#header a.title{
   color:#f0f0f0; 
   font-weight:bold; 
   text-decoration:none; 
   font-size:30px; 
   line-height:60px; /*supaya baris judul terlihat rapi, berikan nilai line-height yg sama dengan height #header.*/
   padding:0px 20px; /*padding 20px di kiri dan kanan saja*/
}

html {
   scroll-padding-top: 175px;
   scroll-behavior: smooth;
 }

 .button {
   background-color: #4CAF50; /* Green */
   border: none;
   color: white;
   padding: 16px;
   text-align: center;
   text-decoration: none;
   display: inline-block;
   font-size: 16px;
   width: 50%;
 }