* {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

body, html {
  padding: 3px 3px 3px 3px;

  background-color: #ffffff;

  font-family: sans-serif;
  font-size: 18pt;
  text-align: left;
}

a {
  text-decoration: none;
  font-weight: normal;
  color: #000000;
}

a:hover {
  font-weight: bold;
}

.droppingShadow {
  filter: url(#shadow);
}

.floating {
  float: right;
}

.rounded {
  border-radius: 25px;  
}

.nonDraggable {
  cursor: not-allowed;
}
.draggable {
  cursor: move;
}
.clickable {
  cursor: crosshair;
}

.hintNext {
  font-weight: bold;
  text-decoration: none;
}

.borderBlack {
  fill: none;
  stroke: #000000;
  stroke-miterlimit: 10;
  stroke-width: 4px;
}

.fillWhite {
  fill: #ffffff;
}

.fillGreen {
  fill: #54b948;
}

.fillYellow {
  fill: #ffd105;
}

.fillBlack {
  fill: #231f20;
}

.fillViolet {
  fill: #3b4d81;
}

.fillRed {
  fill: #d71920;
}

form {
  width: 50%;
  margin-left: 10px;
  margin-right: auto;
}


.main_page {
  position: static;
  display: block;

  width: 640px;

  margin-bottom: 3px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 0px 0px 0px;
}

.page_header {
  height: 99px;
  width: 100%;
}

.page_header h1 {
  position: sticky;
  top: 20px;
  margin-left: 20px;
  font-size: 32px;
  font-weight: bold;
}

.page_header h2 {
  position: sticky;
  top: 54px;
  margin-left: 20px;
  font-size: 12px;
  font-weight: bold;
}

.status {
  position: sticky;
  top: 88px;
  margin-left: 20px;
  font-size: 12px;
  font-weight: bold;
}

.logo {
  position: absolute;
  top: 0px;
  margin-left: 300px;
  font-size: 12px;
  font-weight: bold;
}

.contentSectionText {
  padding: 8px 8px 8px 8px;

  color: #000000;
  font-size: 14px;

  border-width: 2px;
  border-color: #233821;
  border-style: solid;
  border-radius: 25px;
}

h2 {
  font-size: 18px;
}

.focus {
  font-size: 24px;
  font-weight: bold;
}

.productCard {
  display: block;
  margin: 16px 16px 16px 16px;
}

.productTitle {

}

.footer {
  font-size: 12px;
}