.welcome {
    align-items: center;
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-width: 600px;
    min-height: 350px;
    text-align: center;
    width: 100%;
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -40%);
    border-collapse: collapse;
    margin-top: 0px;
    margin-bottom: 0;
    margin-right: auto;
    margin-left: auto;
    padding: 30px;
    background-color: #FFFFFF;
    border-color: white;
    box-shadow: 0px 0px 3px rgba(101, 13, 231, 0.04),0px 0px 11px rgba(101, 13, 231, 0.08),1px 1px 25px rgba(101, 13, 231, 0.12),1px 1px 30px rgba(101, 13, 231, 0.17),2px 2px 45px rgba(101, 13, 231, 0.21),2px 2px 75px rgba(101, 13, 231, 0.25),3px 3px 120px rgba(101, 13, 231, 0.29);
}
