html, body {
    background: #071127 !important;
}

.background {
    background: #071127 !important;
}

h1,
h2,
h3,
h4,
i,
p {
    color: white;
}

p {
    font-size: 16px;
}

h3 {
    font-size: 20px;
    font-weight: 700;
}

.no-background {
    background: none;
}

.no-border {
    border: none;
}

button {
    border-radius: 10px !important;
}

.footer {
    background: #071127 !important;
}

.page {
    height: 100%;
    min-height: 600px !important;
    background: #465cad !important;
    border-radius: 10px;
    margin-right: 100px;
    padding: 40px 60px;
    min-width: 800px !important;
    overflow-x: hidden;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,800&display=swap');

body,
p,
div,
span,
button,
h1,
h2,
h3,
h4,
h5,
h6,
button {
    font-family: Montserrat !important;
}

html {
    background: #071028;
}

.underlineGreen {
    border-width: 0px 0px 5px 0px;
    box-sizing: content-box;
    border-style: solid;
    border-image: linear-gradient(to right, #2ECC71, #16A085);
    border-image-slice: 1;
}

.greenButton {
    color: white !important;
    text-decoration: none;
    padding: 25px 20px !important;
    background: linear-gradient(to left, #2ECC71 0%, #16A085 100%);
    margin-top: 20px;
    border-radius: 10px !important;
}


@media only screen and (max-width: 1100px) {
    .page {
        margin-right: 20px;
        padding-left: 20px;
        padding-right: 20px;
        height: 400px;
    }
}


@media only screen and (max-width: 1100px) {
    .page {
        height: 360px;
        padding-right: 200px !important;
    }
}

@media only screen and (max-width: 1390px) {
    .page {
        padding-right: 110px !important;
    }
}

@media only screen and (max-width: 1140px) {
    .page {
        padding-right: 0px !important;
        height: 800px !important;
    }
}

@media only screen and (max-width: 850px) {
    .page {
        margin-left: 30px !important;
        padding: 20px !important;
    }
}