@import url('https://fonts.googleapis.com/css2?family=Gloria+Hallelujah&display=swap');

.background-image {
    background-image: url("main-image.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    min-height: 945px;
}

label {
    color: white;
}

h1 {
    color: white;
    font-size: 30px;
    text-align: center;
}

.underlay-box {
    margin-top: 50px;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 50px;
    border-radius: 30px;
    margin-bottom: 50px;
}

.image {
    padding-top: 10px;
    width: 250px;
}

.signature-preview {
    margin-top: 25px;
    background-color: white;
    min-height: 135px;
    padding: 40px;
    padding-bottom: 30px;
}


.signature {
    color: black;
    font-family: "Gloria Hallelujah", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 25px;
}