body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: white;
    /* text-align: left; */
    background-color: black;

}

.main-content {
    z-index: 1;
}

                /* nav */

.nav{
    /* color: green; */
    /* background-color: black; */
    justify-content: end;
}                
#home{
    font-variant: small-caps;
    font-family: Kanit, sans-serif;
} 
#home:hover{
    background-color: green;
   border-radius:20px ;
}          

#about{
    font-variant: small-caps;
    font-family: Kanit, sans-serif;
    border: transparent;
} 
#about:hover{
   background-color: green;
   border-radius:20px ;

   
}
#resume{
    font-variant: small-caps;
    font-family: Kanit, sans-serif;
} 
#resume:hover{
    background-color: green;
    border-radius:20px ;
} 
#contact{
    font-variant: small-caps;
    font-family: Kanit, sans-serif;
}  
#contact:hover{
    background-color: green;
   border-radius:20px ;
} 

.mye{
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 32px;
    font-variant: small-caps;
}
.top1{
    position: relative; 
    height: 100%;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;

}
.loc{
    user-select: none;
    width: 2em;
    height: 2em;
    display: inline-block;
    fill: currentcolor;
    flex-shrink: 0;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    font-size: 1.5rem;
    background-color: green;
    border-radius: 15px;
    
}
.hs{
    font-size: 18px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 300;
    margin: 0rem 0px;
    margin-top: 20px;
    display: flex;
}
.hs1{
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 16px;
    color: green;
    font-variant: small-caps;
}
.work{
    margin-right: 4px;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 300;
    margin: 0rem 0px;
    margin-top: 20px;
    display: flex;
}

.br{
    border-right:2px solid green ;
    /* border-width: 3px;
    border-style: solid;
    border-image: linear-gradient(to right, rgb(25, 195, 210), rgb(4, 58, 2)) 1; */
   
}
.br:hover{
    /* border:1px solid green ; */
    /* background-color: darkorange; */
    box-shadow: 0 0 60px rgba(104, 227, 3, 0.5);
    border: none;
    border-radius: 5px;
    text-align: center;
    font-weight: 800;
    color: green;
   
}
.footer {
    font-size: 14px;
    text-align: center;
}

.footer1 {
    margin: 6px 0px;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    color: white;
}

#crafted {
    color: green;
    font-weight: 800;
    font-variant: small-caps;
    font-family: Kanit, sans-serif;
}
