*,

html{
    padding: 0;
    margin: 0;
}

/* KESELURUHAN WEB */
.Navbar{
    padding: 5px;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;  
    justify-content: center;
    align-items: center;
    display: flex;
    letter-spacing: 1.5px; 
    font-size: 1vh; 
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.9);  
    background: #603F26 
}

.Navbar:hover{
    padding: 20px 0;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;  
    justify-content: center;
    align-items: center;
    display: flex;
    letter-spacing: 1px; 
    font-size: 2.5vh; 
    box-shadow: 0 0 10px 0 rgba(0,0,0,2);  
    transition: 1s;
    width: 100%;
}

body{
    background: #FFEAC5;
    overflow: hidden;
}



/* PROFILE */
.FotoProfil{
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 150px;
    border: 4px solid #9DC08B;
}

.ProfileContent{
    justify-content: center;
    align-items: center;
    display: flex;
    margin: 15px;
}

.h1{
    justify-content: center;
    align-items: center;
    display: flex;
    text-align: center;
    font-size: 3.5vh;
    font-family: "DynaPuff", system-ui;
    font-optical-sizing: auto;
    font-weight: 700;
  }
.h3{
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 1.9vh;
    font-family: "DynaPuff", system-ui;
    font-optical-sizing: auto;
    font-weight: 500;
}

.profileCard{
    position: Absolute;
	margin: auto;
    margin-top: 25px;
    margin-right: 20vh;
    margin-left: 20vh;
	width: auto;
	height: 39vh;
	border-radius: 15px;
	box-shadow: 0 0 20px rgba(0,0,0,0.4);
	overflow: hidden;
    position: relative;
    background-color: #FFDBB5;
}

.Web{
    justify-content: center;
    align-items: center;
    display: flex;
}


.profileCard {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.5s;
  }
  
  .profileCard:hover {
    box-shadow: 0 0 25px 0 rgba(0,0,0,0.7);
    height: 80vh;
    transition: 1s;
  }

.paragraph{
    font-family: "DynaPuff", system-ui;
    font-optical-sizing: auto;
    font-weight: 200;
    margin: 20px 60px;
    color: blue;
}

.paragraph2{
    font-family:Lucida Console;
    margin: 20px 70px;
    line-height: 20px;
    font-size: 13px;
    text-align: justify;
}


.Skill{
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 10px;
}

.Hobi{
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 10px;
}

.Horizontal{
    margin: 15px;
    border-radius: 15px;
}

.FotoHobi{
    display:block;
    margin:auto;
    width: auto;
    width: 200px;
    height: 110px;
}

.Tabel{
    justify-content: center;
    align-items: center;
    display: flex;
    width: auto;
}
  



/* ABOUT ME */
.video{
    display: block;
    margin: 60px auto;
    margin-bottom: 30px;
}

.Tentang{
    position: Absolute;
	margin: auto;
    margin-top: 25px;
    margin-right: 20vh;
    margin-left: 20vh;
	width: auto;
	height: auto;
	border-radius: 15px;
	box-shadow: 0 0 20px rgba(0,0,0,0.4);
	overflow: hidden;
    position: relative;
    background-color: #FFDBB5;
    margin-bottom: 20px;
}





/* Contact Me */
.form{
    margin: 20px;
}

.ContactForm{
    position: Absolute;
	margin: auto;
    margin-top: 25px;
    margin-right: 20vh;
    margin-left: 20vh;
	width: auto;
	height: auto;
	border-radius: 15px;
	box-shadow: 0 0 20px rgba(0,0,0,0.4);
	overflow: hidden;
    position: relative;
    background-color: #FFDBB5;
    padding-bottom: 10px ;
}