body { 
    background-color: beige;
}

.container {
    min-height: 1400px;
    background-color: azure;
}

.container-extra {
    background-color: azure;
}
h1 {
    padding-top: 25px;
}

.text-muted {
    color: red !important;
}

.input-group-text {
    width: 140px;
    justify-content: right;
}

::placeholder {
    font-style: italic;
}

