*{
    scroll-behavior: smooth;
}


body{
    background-color:#0d1117;
    color: #e6edf3;
    font-family:"Audiowide", sans-serif;
    


}

.nav_bar{
    align-self: center;
    background-color: #161b22;
    height: auto;
    justify-content: center;
    display: flex;
    width: fit-content;
    border-color: #161b22;
    border-radius: 10px;
}
.navbar{
    justify-content: center;
    place-items: center;
    border-radius: 10px;
    align-items: center;
}
.nav_links{
    padding: 5px;
    margin: 10px;
    color: #00FF00;
    text-decoration: none;

}
.pfp_container{
    display: flex;
    justify-content: center;
    align-items: center;
    image-rendering: pixelated;
    text-align: center;

}
.pfp{
    border-radius: 50%;
    height: 200px;
    width: 200px;
    
    margin-top:5%;
    margin-bottom: 2%;
    
}
.header{
    margin:20px;
    justify-content: center;
    align-self: center;
    text-align: center;
    
}
.highlight{
    color: #00FF00;
}
.about_header{
    margin:20px;
    margin-left: 100px;
}
.about {
    display: flex;
    justify-content: center;
    align-items: center;
    border-color: #00FF00;
    border-radius: 10px;
    border-style: solid;
    line-height: 25px;
    margin:10px;
    place-items: center;
    margin-left: 100px;
    margin-right: 100px;
    
    
}
#home_subject{
    margin:15px;
    text-justify: center;
}
.projects{
    display: flex;
    
    margin-left: 100px;
    margin-right: 100px;

}
.project_1{
    border-style: solid;
    border-radius: 10px;
    border-color: #00FF00;
    height: 150px;
    text-align: center;
    width: 300px;
    text-wrap: balance;
    margin-right:10px;
    
}
.desc{
    
    margin: 15px;
}
.profile_tiles{
    margin-right: 10px;
    border-style: solid;
    border-radius: 10px;
    border-color: #00FF00;
    height: 150px;
    width: 150px;
    justify-content: center;
    text-align: center;
}
.profile_logo{
    height: 100px;
    width: 100px;
    margin: 10px;
    border-radius: 10px;
}
.profile_logo_github{
    filter: invert(100%);
    height: 100px;
    width: 100px;
    margin: 10px;
    border-radius: 10px;
}