.container-custom {
    width: 85% !important;
    height: auto !important;
    display: flex;
    flex-direction: column;
    margin-left: 14% !important;
    padding: 80px;
    border-radius: 12px;
    line-height: 100%;
    position: absolute;
    right: 0;
    top: 0 !important;
}

body {
    background-color: #e8e8e8;
}

