@charset "UTF-8";
/* CSS Document */
body {
    background-color: #FFF4D1;
    color: #866350;
}
.photo {
    text-align: center;
    margin-top: 50px;
}
.photo img {
    max-width: 200px;
    width: 100%;
    height: auto;
    opacity: 0.5;
}
.text {
    text-align: center;
    margin-top: 500px;
     
}
.text h3 {
    font-size: 50px;
    font-family: "ヒラギノ角ゴ ProN W5","sans-serif";
    margin-bottom: 50px;
}
.text p {
    font-size: 20px;
    font-family: "ヒラギノ角ゴ Pr6N W3","sans-serif";
    line-height: 50px;
}