h1, h2, h3, h4, .hello {
    font-family: "Playfair Display", Georgia, "Times New Roman", serif;
    text-align: center;
    color: #2f3e46;
}

.hello {
    margin: 0 auto;
    max-width: 700px;
    margin-top: 50px;
}

.hello strong, .hello a {
    color: #52796f;
}

label, .label {
    font-family: "Playfair Display", Georgia, "Times New Roman", serif;
    vertical-align: bottom;
    padding-top: calc(.375rem + 1px);
}

input[type=text] {
    border: none;
    border-radius: 0;
    border-bottom: black 1px solid;
    text-align: center;
    padding: 0;
    height: 24px;
}

h1 {
    margin-top: 50px;
}

h2 {
    color: #52796f;
}

.today, .tomorrow {
    margin-top: 50px;
    margin-bottom: 100px;
    text-align: center;
}

.tomorrow .form-group {
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
}

.today .label, .tomorrow .label {
    color: #84a98c;
}

button.btn, button.btn:hover {
    border-radius: 30px;
    background-color: #354f52;
    color: white;
}

button.btn:hover {
    background-color: rgba(53, 79, 82, 0.9);
}

input[is-invalid] {
    background-color: rgba(229,107,111, 0.3);
}

/*
https://coolors.co/cad2c5-84a98c-52796f-354f52-2f3e46
*/
