html {
  height: 100%;
  background-color: whitesmoke;
}

header {
  background: linear-gradient(to right, #4b0101, #4b0101 2%, #700202 10%, #700202 20%, #4b0101 60%, #4b0101 100%);
  padding: 0;
  margin: 0;
  font-size: 20px;
  height: 32px;
  border-bottom: 3px solid black;
}

header > span > a {
  margin: 0 0 0 5px;
  text-decoration: none;
  color: whitesmoke;
  vertical-align: sub;
  font-weight: bold;
}

header > span.right {
  float: right;
  margin-right: 5px;
}

a:hover {
  text-decoration: underline;
}

body {
  display: flex;
  flex-flow: column;
  height: 100%;
  margin: 0;
  padding: 0;
  min-width: 600px;
}

div.wrapper {
  height: calc(100% - 32px);
}

div.content {
  height: 100%;
}

#notificationPop-wrapper {
  width: 100%;
  position: absolute;
  top: 10px;
  text-align: center;
}

#notificationPop {
  display: inline-block;
  background-color: white;
  border: 3px solid #95999c;
  border-radius: 5px;
  padding: 5px;
}

.close-button {
  background-color: inherit;
  cursor: pointer;
  padding-left: 5px;
}

.starts {
}

a.start {
    text-decoration: none;
    color: white;
    background-color: darkred;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    display: block;
    text-align: center;
    font-size: 20px;
}

a.start:hover {
    background-color: #a01414;
}


/*# sourceMappingURL=home-9c022151ee49aa76b8ff.css.map*/