body{

    margin: auto;
    width: 500px;
    background: #A3BCFF;
}
h1{
    text-align: center;
}
form{
    border: solid black;
    padding: 40px;
    margin-bottom: 40px;
    background-color: #ECF0E0;
    border-radius: 25px;
}
p {
    border-bottom: solid black;
    padding-bottom: 40px;
}
.klar button {
    font-size: 40px;
    margin-left: 40px;
    margin-top: 25px;
}
button:hover{
    color: rgb(255, 0, 0);
}
button {
    color: #000;
}