      @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap');
     *{
       font-family:Poppins,Sans-Serif;
       margin:0;
       padding:0;
       box-sizing: border-box;
     }
     
     .head-container{
       text-align:center;
       background-color:aqua;
       padding-top:10px;
       padding-bottom:140px;
       margin-top:0px;
     }
     .greeting{
       margin-top:80px
       
     }
     .foto1{
       text-align:center;
       margin-top:-80px;
       
      
     }

     .foto{
       align-items: center;
       border-radius:150px;
       box-shadow:0px 5px 10px rgba(0,0,0,0.5);
     }
     .nama{
       font-size:20px;
      color:#3674B5;
      margin-top:10px;
     }
     table{
       width:100%;
       border-collapse:collapse;
     }
 .card {
      background: white;
      border-radius: 15px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
      padding: 20px;
      margin: 20px;
 }
  .underline {
      width: 50px;
      height: 3px;
      background-color: #3674B5;
      margin-bottom: 20px;
    }
 
 td {
      padding: 10px 0;
      border-bottom: 1px solid #eee;
      vertical-align: top;
    }
 td:first-child{
   font-weight:bold;
 }
 .j{
   margin-left:2px;
 }
  