body { 
    display: flex;
    flex-direction: column;
    background: linear-gradient(#f50ce1,#8b0380); 
    color: rgba(241, 13, 192, 0.87); 
    font-family: 'Poppins','Arial'; 
    margin: 0; 
    padding: 0; 
    text-align: center;
    text-shadow: 0 1px 1px black;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
h1 { 
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px; 
    font-size: 750%;
    font-weight: bolder;
    color: white; 
    font-family: 'Tangerine', serif;
    text-shadow: 4px 4px 4px #aaa;
}
h2 {
    font-size: 450%;
    font-weight: bold;
    color: white;
    padding-top: 20px ;
    margin-top: 0px;
    padding-bottom: 0px ;
    margin-bottom: 0px;
}
video {
    padding-top: 20px;
}
#counter {
    font-size: 450%;
    color: rgb(238, 255, 5);
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.when{
    font-size: 350%;
    color: white;
    font-weight: bold;
}
.name{
    font-size: 350%;
    color: white;
    font-weight: bold;
    padding-top: 60px;
}
.address{
    font-size: 250%;
    color: white;
}
#confetti{
    position: absolute;
    left: 0;
    top: 0;
    height: 150%;
    width: 100%;
  }