html,
body {
    font-family: Roboto;
}

.container {
    margin: auto;
    max-width: 700px;
}

h3,
h1 {
    color: #63b448;
}

h2 {
    color: #e51c22
}

input,
select {
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #63b448;
    font-family: Roboto;
    font-size: 20px;
    cursor: pointer;
    color: #e51c22
}

button {
    padding: 10px;
    font-family: Roboto;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    border-radius: 8px;
    background: #63b448;
    border: none;
}