﻿.welcome-side {
    background: linear-gradient(to bottom right, #0052D4, #4364F7);
    color: white;
    display: flex;
    justify-content: left;
    align-items: left;
    text-align: left;
}

    .welcome-side h3 {
        font-size: 20px;
        margin-bottom: 10px;
        font-style: bold;
    }


