.header {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #353434;
    height: 80px;
    color: white;
    font-family: 'Andika', sans-serif;
}
.header-nav {
    display: flex;

}
.header-logo {
    display: flex;
    align-items: center;
    color: #E5001B;
    font-size: 2em;
    font-family: 'Ruslan Display', cursive;
}

.header-coshial {
    display: flex;
}

h1 {
    font-size: 1.6em;
}

.billboard {
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("pic/billboard_03.JPG") no-repeat center center;
    height: 350px;
    background-size: cover;
}
.billboard-text {
    font-family: 'Andika', sans-serif;
    color: #353434;
    font-size: 1.5em;
    background: rgba(255, 255, 255, 0.65);
    padding: 10px;
    margin-top: 250px;
    margin-left: -500px;
}
.name {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f7f7f7;
    height: 80px;
    color: #65BF95;
    font-family: 'Arial', sans-serif;
    font-size: 1.2em;
    font-weight: 800;
}

.paper-actor{
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-right: 60px;
    padding: 10px !important;
}

.actor_img {
    margin-bottom: 20px;
}

.paper {
    background: #fff;
    margin-bottom: 50px;
}

.paper-actors {
    background: #fff;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
}

.quotes{
    justify-content: center;
    text-align: center;
    background: #F6EEDB;
    margin: 10px;
}

.quotes img{
    margin: 0 50% 0 50%;
    padding-top: 20px;
}

.quotes p {
    padding: 25px;
}

.paper-item {
    display: flex;
    justify-content: center;
    font-family: 'Arial', sans-serif;
}

.paper-item img {
    margin-top: 50px;
}

.paper-item img {
    display: flex;
    justify-content: center;
    font-family: 'Arial', sans-serif;
}

.paper-item-text {
    max-width: 600px;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: justify;
    font-size: 1em;
}

.paragraph {
    padding-bottom: 10px;
}
.gallery {
    justify-content: center;
}
.gallery-img {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 10px;
}

.footer {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f7f7f7;
    height: 100px;
    font-family: 'Andika', sans-serif;
    font-size: 0.8em;
}