.footer2 {
    width: 100%;
    height: auto;
    background-color: rgba(0,0,0,.75);
    color: #FFF;
    margin-top: 1vh;
    font-size: 1rem;
    padding-top: 1vh;
    padding-bottom: 1vh;
    margin-bottom: 1vh;
}
.copyright {
    width: 50%;
    height: 2vh;
    margin-left: 5%;
    display: inline-block;
    vertical-align: center;
}
.qr_code {
    width: 100px;
    height: 100px;
    margin-left: 10%;
    display: inline-block;
    vertical-align: center;
}
.directed_by {
    width: 90%;
    height: auto;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 2vh;
    margin-bottom: 3vh;
}
.directed_by_title1 {
    font-weight: bolder;
    width: 34%;
    height: auto;
    display: inline-block;
    vertical-align: top;
}
.directed_by_title2 {
    font-weight: bolder;
    width: 64%;
    height: auto;
    display: inline-block;
    vertical-align: top;
}
.directed_by_name1 {
    width: 34%;
    height: auto;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
.directed_by_name2 {
    width: 64%;
    height: auto;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
