body{
    font-family: 'Roboto', sans-serif;
    background-color: #303e50;
}

.bg-light{
    background-color: #aec5cc!important;
}

.navbar-brand{
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 1.5rem;
    color: #302a2a!important;
}

.nav-link{
    color: #5f6368!important;
    font-family: 'Noto Sans JP', sans-serif;
}

.nav-link:hover{
    background-color: #f3f1f1;
}

.my-info{
    padding: 2rem 5rem;
}

.light{
    color: #ffffff;
}

.btn-info{
    padding: 1rem 1.2rem;
    background-color: rgb(23, 124, 53)!important;
    color: #fff!important;
    margin-left: 5px;
    padding: 0.75rem;
    transition: all 0.3s;
}

.btn-info:hover{
    background-color: rgb(63, 185, 124 )!important;
}


footer{
    background-color:  #aec5cc;
}

.social-icons li{
    list-style: none;
    display: inline;
    padding: 0.5rem;
}

.github{
    color: #24292e;
}



