.header {
    background-image: linear-gradient(to right, #06579c, 70%, white);
    height: 120px;
    border-bottom: solid;
    border-bottom-color: #ffc107;
    border-bottom-width: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.headertext {
    color: white;
    font-size: 35px;
    margin: 30px;
}

.headercontent {

}

.request-content {
    flex-direction: column;
    align-items: center;
    margin: 20px;
}

.request-content-hidden {
    display: none;
    flex-direction: column;
    align-items: center;
    margin: 20px;
}

.request-header {
}

.request-text {
    text-align: center;
}

.request-header-success {
    color: green;
    text-align: center;
}

.request-header-failure {
    color: red;
    text-align: center;
}

body {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
}

h2 {
}