body {
    background: linear-gradient(to right, #2d3135, #2b3610b8, #11141c);
}
.h2, h2 {
    border-radius: 5px;
    background: #007bff;
    text-align: center;
    font-size: 2rem;
    padding: 15px;
    color: white;
    margin-top: 40px !important;
}
.float-right {
    float: right !important;
    margin: 5px;
}
label {
    color: white;
    display: inline-block;
    margin-bottom: .5rem;
}