body {
    margin: 0;
    font-family: "Roboto", sans-serif;
}

.background {
    width: 100vw;
    height: 100vh;
    background-color: gray;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.container {
    background-color: white;
    width: 300px;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.center {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#submit {
    margin: 15px;
}

#work {
    height: 80px;
    width: 230px;
}

legend {
    font-weight: bold;
}

#akutlabel {
    font-weight: bold;
    color: red;
}

#subject {
    width: 230px;
}

