.hero-container{
    background: rgb(63,94,251);
    background: radial-gradient(circle, rgba(63,94,251,1) 0%, rgba(252,70,107,1) 100%);
    width: 100%;
    height: 100%;
    min-height: 600px;
    padding: 50px 0;
}

.hero-sub-container{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.hero-main-logo{
    width: 700px;
}