body {
    background: #E1ECF9;
}
form {
    width: 400px;
    margin: auto;
    background: lightblue;
    padding: 20px;
    border: 3px solid #091D34;
}
label {
    background: #609CE1;
    color: white;
    border-radius: 5px 5px 0 0;
    padding: 3px 5px;
    display: inline-block;
    border: 1px solid #133863;
    color: black;
}
input[type="text"]{
    background: white;
}
input[type="range"]{
    width: 100%;
}
h1 {
    text-align: center;
}
textarea {
    width: 100%;
    height: 130px;
}