@charset "utf-8";
body{
    color:rgb(48,47,46);
    background-color: rgb(244,244,246);
}
a{
    text-decoration: none;
    color:rgb(48,47,46);
}
h1{
    background-color: rgb(50,51,49);
}
h1 a{
    color:rgb(251,249,250);
    font-weight: bold;
    font-size: 20px;
    transition: 300ms;
}
h1 a:hover{
    color:rgba(251,249,250,0.7);
    padding-left: 10px;
}
nav ul li.active a{
    text-decoration: underline;
    text-decoration-thickness: 2px;
}
h1,h2,h3,a,li,p,div,span{
   font-family: "HelveticaNeue","Helvetica Neue","Kannada Sangam MN","游ゴシック","YuGothic","Yu Gothic","游ゴシック体","Yu Gothic UI",serif; 
}
