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

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

.header-nav {
    display: flex;
    font-size: 1.5em;
}

.header-coshial {
    display: flex;
}

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

.billboard-text {
    font-family: 'Comfortaa', cursive;
    background-color: rgba(255, 255, 255, 0.71);
    padding: 8px;
    font-size: 1.5em;
    margin-top: 170px;
    margin-left: 1200px;
    color: #65BF95;
}

.name-text {
    padding: 10px;
    border-bottom: 2px solid #65BF95;
    border-top: 2px double #65BF95;
}

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

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

}

.paper-text{
    max-width: 600px;
    text-align: justify;
    padding:  20px;
    border-left: 2px double #65BF95 ;
    font-size:1.3em;
}
.paper-text p {
    margin-top:10px;
     line-height:1.5;
}
.paper-img {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom:20px;
}
.gallery {
    margin-bottom: 20px;
}
#panel {
    display: flex;
    justify-content: center;
    padding: 20px;
}

#thumbs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    overflow: hidden;
}
#thumbs img {
    cursor: pointer;
    margin-left: 3px;
    margin-top: 3px;
}

.footer {
    display: flex;
    justify-content: center;
    font-family: 'EB Garamond', serif;
    color: white;
    font-size: 1.5em;
    align-items: center;
    background: #077632;
    height: 100px;
}