body{
    display: flex;
    justify-content: center;
    background-color: gray;
}
form{
    width: 300px;
    padding: 0 30px 10px 30px;
}
legend{
    font-weight: bold;
}
.akut{
    color: red;
    font-weight: bold;
}
.container{
    background-color: white;
    outline: 1px solid black;
}
h1{
    text-align: center;
}
.button_container{
    margin-top: 10px;
    display: flex;
    justify-content: center;
}
textarea{
    resize: none;
    width: 260px;
    height: 50px;
}
#amne{
    width: 260px;
}