/* styles.css */
body, html {
    height: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
}

.sign-container {
    width: 60%;
    height: auto;
    /*box-shadow: 0 4px 8px rgba(0,0,0,0.1); */
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    border-radius: 8px;
}

.sign-image {
    width: 100%;
    border-radius: 8px;
}

