.welcome {
    align-items: center;
    /* border: 0.5px solid #C9CBCE; */
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-width: 1200px;
    padding: 32px 30px 17px;
    text-align: center;
    width: 100%;
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -40%);
}
