@charset "UTF-8";
body {
    background-color: darkgrey;
    font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif
}
.akut {
    color: red;
    font-weight: bold;
}
#kropp {
    margin: auto;
    width: 300px;
    background-color: white;
    padding: 10px;
}
.mitten{
    display: flex;
    justify-content: center;
}
h1{
    text-align: center;
}
legend{
    font-weight: bold;
}