body {
    background: #ffffff;
    color: #000000;
}

fieldset .field-box {
    background: #000
    float: left;
    margin-right: 20px;
}

h1 {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

.approved {
    position: absolute;
    : 300px;
}

.flex-horiz {
    display: flex;
    flex-direction: row-reverse
}

.presence {
    font-family: Arial, Helvetica, sans-serif;
}

.formular {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

.formular ul {
    list-style: none;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

#logo {
  width: 5%;
  height: auto;
}

.chatbox {
    height: 300px;
    overflow-y: scroll;
    border: 1px solid #ccc;
    padding: 10px;
}

.message {
    margin-bottom: 10px;
    padding: 5px;
    border: 1px solid #ccc;
}