body {
    margin: 0;
    background: lightblue;
}
h1 {
    text-align: center;
    font-size: 38px;
}
form {
    background: #0bc;
    width: 500px;
    margin: auto;
    padding: 20px;
    border-radius: 20px; 
    border: 3px solid darkblue;
}
p {
    padding: 10px;
}
input {
    border-radius: 10px;
}
select {
    border-radius: 10px;
}
textarea {
    border-radius: 10px;
}
button {
    border-radius: 10px;
    width: 235px;
}
button.reset {
    background: #f33;
}
button.skicka {
    background: #3f3;
}