body{
    background-color: black;
    color:white;
}
.navbar{
    display: flex;
    flex-direction: row;
    justify-content: space-between;

}
.navbar-right{
    padding-right: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    
}
.a-element{
    padding: 10px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 20px;
    font-weight: bold;
}
.logo-img{
    height:70px;
}
.home{
    display:flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height:75vh;
    

}
.home-left{
    padding-left:200px;
    text-align: right;
    width: 70vw;
    padding-right: 200px;

}
.home-right{
    padding-right:200px;
    width: 30vw;

}
.home-h1{
    font-family: 'Monteserrot' , sans-serif;
    font-size: 30px;
}
.home-para{
    font-family: 'Encode Sans', sans-serif;
    font-size: 20px;
}
.skills{
    text-align: center;
}
.h1-skills{
    font-family: 'Ubuntu', sans-serif;
    color:  yellow;
    letter-spacing: 3px;
    font-size: 50px;
    font-style:italic;
    
}
.skills-sub-content{
    display: flex;
    flex-direction: row;

}
.li-element{
    font-family: 'Encode Sans', sans-serif;
    font-size: 20px;
    list-style-type:none;
    padding: 50px;
    border: 2px green solid;
    margin: 10px;
    
}
.project{
    display:flex;
    flex-direction: row;
    text-align: center;
    
}
.project-0{
    text-align: center;
    padding-top: 100px;
}
.h1-project{
    font-family: 'Ubuntu', sans-serif;
    color:  yellow;
    letter-spacing: 3px;
    font-size: 50px;
    font-style:italic;
    height: 30vh;
    
    

}
.project-left{
    
    text-align: left;
    width: 100vw;
    padding:50px;
    
}
.project-h2{
    font-family: 'Monteserrot' , sans-serif;
    font-size: 30px;
    padding: 10px;
    color:green
}
.project-para{
    font-family: 'Encode Sans', sans-serif;
    font-size: 20px;
}
.project-right{
    
    height:40vh;
    width:40vw;
}
.contact {
    text-align: center;
}
.contact-h1 {
    font-family: 'Ubuntu', sans-serif;
    color:  yellow;
    letter-spacing: 3px;
    font-size: 50px;
    font-style: italic;
    padding-top: 100px;
}
.contact-info {
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
}
.test-logo {
    height: 50px;
}
.social-icon-img {
    height: 50px;
    padding: 20px;
}





