


body {
    /* top margin */
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: black;
    /*background-image: url("images/Wed_Cple_Heart (DARK) --- 0.6_Inches.jpg");*/
}

/*phone*/
.phone {
    color: white;    
    font-size: 30px;
    text-decoration-color: white;
}


/* FLYER */
.flyer {
    max-width: 100%;
    width: 600px;
    border-radius: 10px;
}


/* Back Btn */
.backBtn {
    position: fixed;
    top: 10px;
    left: 20px;
    width: 30px;
}