﻿
body {
    color: black;
    overflow-x: scroll;
    font-size: 14px;
    font-family: "Galano Grotesque", CenturyGothic, AppleGothic, sans-serif; /*new*/
}

p {
    color: black;
}

li {
    color: black;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
    width: 60%;
    height: auto;
}

h3 {
    text-align: center;
    margin-bottom: 1em;
}

h5 {
    font-family: "Galano Grotesque SemiBold", CenturyGothic, AppleGothic, sans-serif;
}

.container {
    padding-bottom: 1em;
}

.btn {
    border-color: white !important;
    background: #330B6D;
    color: white;
    width: 50%;
    font-weight: 600;
    font-size: 0.9em;
    padding: 1em;
}

    .btn:hover {
        background: #D2C8FF;
        color: #000000;
    }

.input-group {
    color: black;
}

.form-control {
    color: black;
    font-size:inherit;
}