html {
  font-size: 16px;
  margin: auto;
}

body {
  background-color: black;
  margin: auto;
  display: flex;
  justify-content: center;
  max-width: 1200px;
  width: 100%;
  max-height: 1200px;
  height: 100%;
  font-family: sans-serif;
}

table {
  width: 100%;
  height: 100%;
  table-layout: fixed;
}

th {
  padding: 10px;
  text-align: center;
  border-radius: 5px;
}

.main {
  position: relative;
  margin: 10px;
  display: flex;
  flex-direction: column;
}

.top-color {
  background-color: aqua;
}

.name-color {
  background-color: black !important;
  color: aqua !important;
}

.day {
  color: black;
}

.naam-color {
  background-color: aqua;
}

.thuis {
  background-color: green;
}

.vrij {
  background-color: red;
}

.kantor {
  background-color: orange;
}

.worktime {
  color: black;
}

.info {
  width: 100%;
}

.maininfo {
  color: white;
  background-color: rgb(46, 46, 46);
}
