@charset"utf-8";


.about-top{
    font-size: 23px;
    margin-bottom: 15px;
    border-bottom: solid 0.5px darkred;
}
.about{
    text-align: center;
}

.about-text {
    text-align: center;
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 30px;
    font-family: Yu Gothic;
    color: dimgray;
}
.building img{
    margin-top: 150px;
    width: 459px;
    height: 405px;
    max-width: 100%;
    padding: 30px;
    animation: fadein 5s ease 0s 1 normal;
    text-align: center;
}


@media (max-width: 670px) {
.about-top{
    font-size: 30px;
    margin-bottom: 15px;
    border-bottom: solid 0.5px darkred;
}
.about-text {
    font-size: 8px;
}
}