body{
    font-family: 'Noto Sans Thai', 'Dosis', sans-serif;
}

.navbar-brand{
    font-family: 'Noto Sans Thai', 'Dosis', sans-serif;
}

.link a{
    display: inline-block;
    margin-top: 20px;
    margin-right: 10px;
    color: #fff;
}

.link a:hover .bi-facebook{
    color: #3b5998;
}

.link a:hover .bi-line{
    color: #00c300;
}

.link a:hover .bi-instagram{
    color: #C13584;
}

.link a:hover .bi-twitter{
    color: #1DA1F2;
}

.nav-link:hover{
    color: white;
    background-color: #0d6efd;
}

div .photo-info img{
    width: 140px;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    align-items: center;
    box-shadow: 0 0 20px 0px rgba(39, 67, 96, 1);
}

.photo-info h3{
    display: block;
    font-size: 23px;
    margin-top: 30px;
    margin-bottom: 18px;
    text-align: center;
    font-weight: 600;
    color: #616161;
}

.photo-info h5{
    display: block;
    text-align: center;
    color: #616161;
    padding-bottom: 3%;
}

footer .copyright{
    text-align: center;
    margin: 0;
    color: #0842b3;
    font-weight: 500;
}

footer{
    width: 100%;
    background: #cfe2ff;
    padding: 10px 0;
}