.background {
    height: 400px;
    min-height: 400px;
    width: 100%;
    background-image: linear-gradient(30deg, #e66465, #9198e5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.title-logo {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}