body {
    background-color: rgb(161, 122, 170);
}

.registry-container {
    background-image: url(../images/engage3.JPG);
    background-size: cover;
    background-position-x: center;
    background-position-y: 35%;
    background-repeat: no-repeat;
    margin-top: 72px;
    min-height: calc(100vh - 72px);
    max-height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    padding: 4px;
}

.registry-text-container {
    text-shadow: 2px 2px 2px black;
    color: rgb(239, 247, 255);
    text-align: center;
    height: fit-content;
}

.registry-text-container h1 {
    border-radius: 15px;
    padding: 18px;
    margin: 18px;
    padding: 18px;
    text-align: center;
}

.registry-text-container h2 {
    border-radius: 15px;
    padding: 18px;
    margin: 18px;
    padding: 18px;
}

.registry-text-container a {
    text-decoration: underline;
}

.registry-text-container a:hover {
    color: white;
}