.header {
    justify-content: space-around;
    align-items: center;
    display: flex;
    background: #a3b7d0;
    height: 80px;
    color: white;
    font-family: 'Bad Script', cursive;
}
.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: #f7f7f7;
    height: 80px;
    color: #283C6C;
    font-size: 2em;
    font-weight: 800;
    font-family: 'Bad Script', cursive;
}
.name-text{
    border-bottom: 6px solid #D6C182;
    border-top: 6px solid #D6C182;
    padding-top: 8px;
    padding-bottom: 1px;
}
.papers-wrapper {
    background: #fff;
    /*height: 400px;*/
    display: flex;
    justify-content: center;
}
.papers-text{
    max-width: 600px;
    min-width: 600px;
    text-align:justify;
    padding: 20px;
    border-left: 3px inset #607ea3;
}
.papers-img{
    padding: 10px;
}

.header-nav{
    display: flex;
}
.header-coshial{
    display: flex;
}
.header-logo{
    font-size: 3em;
}
p {
    margin-top: 10px;
    line-height:1.5;
    font-family: 'Bad Script', cursive;
    font-size: 1.2em;
}
#panel{
    display: flex;
    justify-content: center;
    padding: 20px;
}
#thumbs{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#thumbs img{
    margin: 5px;
}
.footer {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #a3b7d0;
    height: 100px;
}