body {
  font-family: 'Arimo', sans-serif;
  background-color: rgb(0, 96, 170);
  background-image: url("/static/media/background.953f43ec54e1c370454f.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100vw 100vh;
}

.section-main {
  background-color: #fff;
  min-height: 80vh;
}

.table>:not(:first-child) {
  border-top: none !important;
}