body {
  background-color: #36393f;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
}

#topTitle{
  width: 100%;
  background-color: #2f3136;
  padding-bottom: 10px;
}

#titleMain {
  color: #7289da;
  font-size: 5em;
}

#titleLink, #titleLink:visited, #titleLink:hover, #titleLink:active {
  text-decoration: none;
  color: inherit;
}

#topOptions {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: baseline;
  flex-wrap: wrap;
  background-color: #2f3136;
  padding-bottom: 20px;
}

#checkBoxUseNewlines, #checkBoxUseVerboseLogs{
  margin-right: 0px !important;
  margin-left: 5px;
}

#topOptions *{
  margin-left: 5px;
  margin-right: 5px;
  border-color: #40444b;
  border: 0px;
  outline: 0px;
  font-family: inherit;
}

#middleOptions {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: baseline;
  flex-wrap: wrap;
  background-color: #2f3136;
  padding-bottom: 10px;
}

#middleOptions *{
  margin-left: 5px;
  margin-right: 5px;
  border-color: #40444b;
}

.optionText {
  color: #99aab5;
}

button {
  color: white;
  border-radius: 3px;
  width: auto;
  height: 30px;
  font-family: 'Roboto', sans-serif;
  border: 0px;
  outline: 0px;
}

.buttonBlue {
  background-color: #7289da;
}

.buttonBlue:hover {
  background-color: #677bc4;
  cursor: pointer;
}

.buttonRed {
background-color: #f04747;
}

.buttonRed:hover {
  background-color: #d84040;
  cursor: pointer;
}

hr {
  margin-top: 0px;
  margin-bottom: 15px;
  height: 3px;
  background-color: #f04747;
  border: 0px;
  outline: 0px;
}

#textBox {
  background-color: #40444b;
  color: #99aab5;
  font-size: 12px;
  width: 50%;
  border-radius: 10px;
  border: 2px solid #36393f;
  padding: 5px 10px;
}

#textBox:focus {
  outline: black;
}