.area-left {
    flex: 50;
}

.area-right {
    flex: 28;
}

.cover-logo {
    position: relative;
    margin-top: 250px;
    color: #dc1b53;
    justify-self: center;
    z-index: 3;
}

.cover-text {
    padding-right: 20px;
    line-height: 0;
}

.cover-text p{
    justify-self: center;
    margin: 16pt;
}



