* {
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: large;
    color: #C1C1C3;
}

body {
    overflow-y: scroll;
    overflow-x: hidden;
}

input, select, textarea{
    color: black;
}

textarea:focus, input:focus {
    color: #000;
}

.background_color {
    margin: 0;
    background-color: #0E1116;
}

#dropdown {
    display: none;
}

.title-content {
    margin-top: 15vh;
    margin-left: 2.5vw;
    height: auto;
    width: 75%;
    font-size:calc(2.525rem + 1.5vw);
    font-weight: bolder;
}

.title-content-span {
    margin-top: 15vh;
    margin-left: 2.5vw;
    height: auto;
    width: 75%;
    font-size:calc(2.525rem + 1.5vw);
}

.title-content-moveable {
    height: auto;
    width: 100%;
    font-size:calc(1.5rem + 1.5vw);
    font-weight: bolder;
    display: flex;
    justify-content: center;
}


.color-effect {
    background: linear-gradient(120deg, #1C2C31, #C1D5E1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.title {
    height: auto;
    font-size:calc(2.525rem + 1.5vw);
    font-weight: bolder;
}

.small-print {
    margin-left: 5%;
    height: auto;
    width: auto;
    font-size:calc(1rem + .3vw)
}

.customnav {
    background-color: #0E1116;
    border-color: #C1C1C3;
    border-bottom: 1px solid;
}

.form-container {
    padding-right: 7vw !important;
}

#inputIssue {
    height: 30vh;
}

.card-body {
 background-color: #1C2C31 !important; 
}

.card-title {
    color: #C1C1C3 !important;
}

#submitButton {
    background-color: #00b846;
}

::placeholder {
    position: absolute;
    top: 10px;
    left: 10px;
}

#heroimage {
    max-width: 25%;
}

#nav-link {
    color: #C1C1C3;
}

.custom-card {
    display: flex;
    justify-content: center;
    width: 75%;
}