body {
    background: #000;
    /* min-height: 100vh; */
    margin: 0% 5%;
    color: #FFF;
}

* {
    font-family: 'Poppins', sans-serif;
    margin: 0 0;
    padding: 0 0;
}

element.block {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    margin: 5% 5%;
}

element.block > module.image {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 100%;
    height: 34vw;
    height: 26vw;
    width: 34vw;
    width: 26vw;
}

element.block > module.title {
    font-weight: 800;
    font-size: 4.0vw;
    margin: 5% 0%;
}

a.button.rsvp {
    display: flex;
    position: relative;
    text-decoration: none;
    color: unset;
    flex-direction: column;
    background: red;
    padding: 3.5% 5%;
    text-align: center;
    border-radius: 100px 100px;
    font-weight: 800;
    color: #FFF;
}

/* Social Media */
element.social {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 0% 5%;
    /* padding: 5%; */
    gap: 3%;
    /* flex: 0 0 auto; */
    width: 100%;
    justify-content: center;
}

element.social > a.social {
    display: flex;
    flex: auto;
    position: relative;
    /* padding: 3%; */
    height: 12vw;
    background: #000;
    border-radius: 6px;
    color: #FFF;
    transition: transform .2s ease-out;
    align-items: center;
    flex: 0 0 auto;
    padding: 0% 5%;

    font-size: 2.5vw;
    margin: 3.5% 0%;

    background: #FFF;
    color: #000;
}