body {
    background-color:cornflowerblue;
}

#overtid {
    display: flex;
    flex-direction: row;
    align-items:last baseline;
    height: 500px;
}

section {
    display: flex;
    flex-direction: row;
    height: 500px;
    width: 200px;
}

.pole {
    border-color: black;
    border-style: solid;
}

#ratio {
    margin-left: 50px;
    display: flex;
    flex-direction: row;
    align-items:last baseline;
    height: 500px;
}

#feber {
    border-color: black;
    border-style: solid;
    background-color: red;
    width: 100px;
}
#ifeber {
    border-color: black;
    border-style: solid;
    background-color: blue;
    width: 100px;
}
