.banner {
    max-width: 1900px;
    background: url("../images/home/banner.png") no-repeat center;
    background-size: cover;
    min-height: 100vh;
}

.form {
    max-width: 1900px;
    background: url("../images/investigation/pc2.jpg") no-repeat center;
    background-size: cover;
    min-height: 100vh;
}

.button {
    background-color: #ff6d22;
    color: white;
}

.bar {
    color: #ff6d22;
}

.side {
    background-color: #ff6d22;
    opacity: 0.9;
}

@font-face {
    font-family: themillion;
    src: url(../fonts/Helvetica\ 400.ttf);
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
button {
    font-family: themillion;
}