*{
    margin:0;
    padding:0;
}

body{
    background:rgb(187, 222, 251);
    
    
}

.header{
    width:100;
    background-color: rgb(2, 30, 62);
    background-position: center;
    background-size: cover;
    height:20vh;
    position:relative;
    font-family: 'Times New Roman', Times, serif;
}

.navbar{
    width:86%;
    display:flex;
    margin:auto;
    padding:15px 0;
    align-items:center;
    justify-content:space-between;
}

.navbar h1{
    width:160px;
    cursor:pointer;
    margin-top:-1%;
    margin-left:0;
    color:azure;
    font-style: italic;
    display:inline-block;

}

ul{
    margin-top:-2%;
}

ul li{
    list-style:none;
    display:inline-block;
    padding:10px 16px;
}

ul li a{
    font-size: 20px;
    font-weight:bold;
    text-decoration:none;
    color:azure;
    margin-top:-3%;
    transition:.4s ease;
}

ul li a:hover{
    color:aqua;
}

main{
    margin-left:7%;
    margin-top:6%;

}
#about-me h2{
    font-size:64px;
    color:black;

}

#about-me h3{
    font-size:26px;
    line-height:24px;

}


abbr{
    text-decoration: none;
}

.btn a{
    background-color:rgb(2, 30, 62);
    color:azure;
    margin:26px 0;
    padding:10px 18px;
    border-radius:10px;
    display:inline-block;
    transition:.4s ease;

}

.btn a:hover{
    background-color:aqua;
}

.img{
    width:30%;
    height:60%;
    position:absolute;
    right:100px;
    bottom:0;
}

.img img{
    position:absolute;
    height:100%;
    left:40%;
    transform:translate(-50%);
    bottom:8%;
}

#EB {
    margin-top:10%;
}


#EB h2{
   
    font-size: 32px;
    
}

#skills h2{
    margin-top:2%;
    font-size:32px;
}

#skills h3{
    font-size:20px;
}

#skills ol{
    margin-left:2%;
}

#interest h2{
    font-size:32px;
}


#interest ol {
   margin-left:2%;
}


#contact h2{
    font-size: 32px;
}

.form{
    border-style: double;
    border-color:rgb(2, 30, 62); 
}

button{
    position:inherit;
    color:azure;
    background:rgb(2, 30, 62);
    
}

.footer p {
    text-align:center;
}
 .home a{
    color:black;
    text-decoration-line: none;
}