.header {
    display: flex;
    justify-content: space-around;
    background: #3A5335;
    height: 80px;
    color: white;
    align-items: center;
    font-family: 'Comfortaa', cursive;
}

.header-coshial {
    display: flex;
}

.header-logo {
    font-size: 2em;
}

.header-nav {
    display: flex;
}

.billboard {
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("pic/billboard2.jpg") no-repeat center center;
    height: 350px;
    background-size: cover;

}



.name {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f7f7f7;
    height: 80px;
    color: #65BF95;
    font-family: 'Comfortaa', cursive;
    font-size: 1.5em;
    font-weight: 800;
}

.name-text{

    padding:  10px;
}

.paper-wrapper{
    display: flex;
    justify-content: center;
    background: #fff;

}

.paper-text {
    font-family: 'Comfortaa', cursive;
    max-width: 600px;
    text-align: justify ;
    padding: 20px;
    border-left: 2px solid #65BF95;
   font-size: 1.3em;

}
.paper-text p {
line-height:1.4;
margin-top:10px;
}

.paper-img {

    padding-top: 20px;
    padding-right: 20px;
}

#panel {
    display: flex;
    justify-content: center;
}

#thumbs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    overflow: hidden;

    padding: 5px;
}
#thumbs img {
    cursor: pointer;
    padding: 5px;

}
.footer {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f7f7f7;
    height: 100px;
}

.footer {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f7f7f7;
    height: 100px;
}