body{
    background-color: #FFF;
    color: #000;
    margin: 0;
    padding: 0;
}

#backgroundVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;
}

.overlayWrapper{
    position: fixed;
    top: 0;
    left: 0;
    width:  100%;
    height: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.rowCenterHorizontally{
    justify-content: center;
}

.centerContainerBoth{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.weddingContainer{
    display: flex;
    justify-content: center;
    align-items: center;
}

.weddingImage{
    border: 3px solid #F6F6F6;
    border-radius: 20px;
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}

.logoContainer{
    display: flex;
    justify-content: center;
    align-items: center;
}

.logoImage{
    border: 3px solid #F6F6F6;
    border-radius: 20px;
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}

@font-face{
    font-family: 'GuifxV2Transports-YMJo';
    src: url('../fonts/GuifxV2Transports-YMJo.ttf');
}

.audioPlayer{
    border: 3px solid #F6F6F6;
    background-color: #0E192F;
    color: #FFF;
    width:  260px;
    position: fixed;
    bottom: 0;
    right: 0;
}

.audioPlayerImage{
    height:  200px;
    width: 260px;
    border-bottom: 2px #FFF solid;
}

.audioFont{
    font-family: 'GuifxV2Transports-YMJo';
    background-color: #0E192F;
    color: lime;
    border: 0;
}