body {
    font-family: 'Roboto', sans-serif;
    background: #fbfbfb;
}

.container {
    margin-top: 20px;
}


.form {
    background: #fff;
    border: 1px solid #eee;
    padding: 40px;
    border-radius: 10px;
    box-shadow:
    0 2.8px 2.2px rgba(0, 0, 0, 0.034),
    0 6.7px 5.3px rgba(0, 0, 0, 0.048),
    0 12.5px 10px rgba(0, 0, 0, 0.06),
    0 22.3px 17.9px rgba(0, 0, 0, 0.072),
    0 41.8px 33.4px rgba(0, 0, 0, 0.086),
    0 100px 80px rgba(0, 0, 0, 0.12)
}

h1 {
    font-size: 3.5em;
}


.form label {
    font-weight: 500;
}

.form textarea  {
    height: 150px;
}

.btn-send {
    padding: 15px 40px;
    font-weight: bold;
    text-transform: uppercase;
}

.character-count {
    justify-content: space-between;
    display: flex;
    color: #004085;
}