body {
    margin: 0;
}
a {
    text-decoration: none;

}
.header {
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-family: 'Neucha', cursive;
    background: #005C9D;
    height: 80px;
    color: #02B9F3;
}
.header a {
    color: #02B9F3;
}
.header-logo {
    font-size: 3em;
}
.header-nav {
    display: flex;
    color: #02B9F3;
}
.header-coshial {
    display: flex;
}


.billboard {
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("pic/billboard.jpg") no-repeat center center;
    height: 350px;
    background-size: cover;
}

.name {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #93E1ED;
    height: 80px;
    color: #02B9F3;
    font-family: 'Neucha', cursive;
    font-size: 1.5em;
    font-weight: 800;
}
.name-text {
    padding: 10px;
}

.paper-vrapper {
    display: flex;
    justify-content: center;
    background: #fff;
}
.paper-vrapper P {
margin-top: 10px;
    line-height: 1.5;
}
.paper-text {
    max-width: 600px;
    text-align: justify;
    padding: 20px;
    border-left: 6px double #02B9F3;
}
.paper-img {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}


.gallery {
    margin-top: 20px;
    margin-bottom: 20px;
}


#panel {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

#thumbs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    overflow: hidden;
}
#thumbs img {
    cursor: pointer;
    margin-left: 20px;
}

.footer {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #93E1ED;
    height: 100px;
}