@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP|Noto+Sans+JP&display=swap');

body {
    background-color: #999;
    height: 95%;
    font-family: 'Noto Serif JP', serif;
    /* font-family: 'Noto Sans JP', sans-serif; */
}

.containers {
    background-image: url('/img/kobayashi.jpg');
    background-size: 940px auto;
    background-color: #fff;
    margin: 15px;
    display: flex;
    flex-direction: column;
    //min-height: 100%;
    max-width: 850px;
    min-height: 680px;
    overflow-y: scroll;
    padding: 45px 45px 0 45px;
}

.container {
 }

.footer {
    margin-top: auto;
    text-align: center;
}

.margin-left-25 {
    margin-left: 25px;
}

.slogan {
    margin-top: -20px;
    font-size: 1.2em;
    font-weight: 900;
}

img#hiroshi {
    float: right;
    width: 40%;
}
