h2 {
    display: flex;
    justify-content: center;
}
.center {
    display: flex;
    justify-content: center;
   }
.header-left {
    float: left;
}
.header-right {
    float: right;
}
.clear {
    clear: both;
}

.header-right a {
    line-height: 56px;
    color: #5a5c5f;
    margin-left: 5px;
    font-size: 16px;
    padding: 16px 5px;
}
.header-right a:hover {
    background-color: #97cdf3;
    transition: background-color 0.5s;
}
.video-wrapper {
    max-width:1350px;
    margin:20px auto;
    padding: 0 15px;
}
.custom-video {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    background-color: #000;
    outline: none;
}
.custom-video::-webkit-media-controls-panel {
    background-image: :linear-gradient(transparent,rgba(0,0,0,0.5));
}
.container {
    display: flex;
    flex-wrap: wrap;
}
.photo1 img {
    width: 500px; margin-left: 130px; margin-right: 10px; 
    height: 350px;
    tranjition: transform 0.5s ease;
}
.photo1 img:hover {
    width: 90%; margin-left: 190px;
    transform: scale(2.8);    
    transform-origin: center; 
    padding: 150px;
}
.photo img {
    width: 500px; margin-left: 130px; margin-right: 10px; 
    height: 350px;
}
h3 {
    display: flex;
    justify-content: flex-end;
}
.footer-left {
    float: left;
}
.footer-right {
    float: right;
}
.footer {
    background-color: #e1eec1;
    color: black;
    margin: 5px;
    padding: 5px;
}
