/*.welcome-card {*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    padding: 0;*/
/*    margin: 0;*/
/*    background-image: url('/images/welcomepage.jpg');*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    border: none;*/
/*    box-shadow: none;*/
/*}*/

.welcome-card {
    height: 95vh;
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    box-shadow: none;
    overflow: hidden;
}


.welcome-message {
    background-color: rgba(255, 255, 255, 0.95);
    padding: 40px;
    border-radius: 15px;
    max-width: 600px;
    min-width: 300px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    max-height: 80%;
    overflow: scroll;
}

.welcome-message h1 {
    text-align: center;
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.welcome-message p {
    font-size: 1.2rem;
    margin-bottom: 30px;
    justify-content: normal!important;
}

.survey-button {
    padding: 12px 25px;
    font-size: 1.1rem;
    border-radius: 25px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.survey-button:hover {
    background-color: #ff3300;
}
