

body {
    display: flex;
    justify-content: center;
    min-height: 100vh;
    margin: 0;
    background-color: #ffffff;
}
.box {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 1194px;
    height: 658px;
    padding: 25px;
    color: #c5a4c8;
    /* background-color: #fff; */
    /* box-sizing: border-box; */
    background-image: url(Masha3.jpg);
    background-position: center !important;
    background-repeat: no-repeat;
    text-align: center;
    font-size: 3em;
    padding-top: 200px;
    box-shadow: floralwhite;
    box-shadow: 0px 0px 17px 1px #b49536
}
.box_party1 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 950px;
    height: 1353px;
    padding: 25px;
    color: #c5a4c8;
    background-color: #fff;
    box-sizing: border-box;
    text-align: center;
    font-size:3em;
    padding-top: 200px;
    box-shadow: floralwhite;
    box-shadow: 0px 0px 17px 1px #000000
}
#myVideo {
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}
.mapa{
    
    width: 463px;
    height: 116px;
    position: absolute;
    top: 562px;
    left: 129px;
    border:none;
}
.mapicon{
    position: absolute;
    left: 463px;
    top: 571px;
  background-image: url(map.png);
    background-position: center !important;
    background-repeat: no-repeat;
    background-size: 100px 100px;
    height: 200px;
    width: 200px;
}

.whatscon{
    position: absolute;
    left: 495px;
    top: 994px;
  background-image: url(whatsapp.png);
    background-position: center !important;
    background-repeat: no-repeat;
    background-size: 75px 75px;
    height: 200px;
    width: 200px;
}

.mensaje{
    font-family: 'PT Serif', serif;
    font-size: 20px;
    color: #c5a4c8;
    width:40%;
    padding: 20px;
    
}
.nombre{
    font-family: 'Great Vibes', cursive;
    font-size: 80px;
    color: #94723a;
}
.fecha{
    font-family: 'PT Serif', serif;
    font-size: 58px;
    color: #c5a4c8;
}
.leyenda{
    padding-top: 20px;
    font-family: 'PT Serif';
    font-size: 22px;
    color: #c5a4c8;

}
.eventos{
    font-family: 'PT Serif';
    font-size: 14px;
    color: #c5a4c8;
    padding-left: 176px;
    text-align: right;
    padding-top: 40px;

}
.eventos a{
   
    font-size: 24px;
    color: #e559ca;
   text-decoration: none;

}
.box:before {
    content: "";
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    z-index: -1;
}

.box:after {
    content: "";
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    z-index: -2;
    filter: blur(40px);
}

.box:before,
.box:after {
    background: linear-gradient(135deg, #9eb6ba, #fff, #e8d8b4);
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
  
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
  
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
  
    /* Support for IE. */
    font-feature-settings: 'liga';
  }