@charset "UTF-8";

a:hover{
    opacity: 0.5;
}

.navbar-brand{
    font-family: ROLAchan;
    background-color: #d8bfd8;
}

.top{
    background-image: url(../img/photo01.jpg);
    background-size: cover;
}

.top-title{
    font-family: ROLAchan;
}

.about-title{
    font-family: ROLAchan;
}

.card-title{
    font-family: Alegreya,Sans,SC;
}

.card-text{
    line-height: 20px;
}

.profile-card-image{
    width: 100%;
}

.service{
    background-color: #d8bfd8;
}

.service-title{
    font-family: ROLAchan;
}

.works-title{
    font-family: ROLAchan;
}

.contact{
    background-color: #d8bfd8;
}

.contact-title{
    font-family: ROLAchan;
}

.contact-img img {
    width: 70px;
    height: 70px;
    border-radius: 25%;
}