body {
    margin: 0;
    background-color: #f4c089;

    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    font-family: Georgia, 'Times New Roman', Times, serif;
}


.envelope-container {
    text-align: center;
    position: relative;
    width: 555px;
    height: 555px;
    background-color: transparent;
}

.envelope-area {
    width: 100%;
    height: 100%;
    background: url('/images/envelopes/homeEnvelope.jpg') no-repeat center center;
    background-size: contain;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    cursor: pointer;
    position: relative;
}
