@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');

body {
    font-family: 'Open Sans', sans-serif;
    background-color: rgb(200, 200, 200);
}

.restwertrechner {
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(150, 150, 150);
    padding: 5px;
}

.restwertrechner h3 {
    font-weight: bold;
}