:root {
    --red-600: #C42121;
    --dark-bg: #050505;
    --gray-fill: #191D24;
    --BS-Logged-margin-vertical: 90px;
}

body {
    background: var(--dark-bg);
    color: #fff;
    margin: 0;
    overflow-x: hidden;
}

.comp-title {
    color: #FFF;
    font-family: Organetto, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
}

.comp-description {
    color: var(--Gray-400, #878D97);
    leading-trim: both;
    text-edge: cap;
    font-family: Ubuntu, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    padding-top: 24px;
    padding-bottom: 24px;
}