body {
  background-color: #030304;
  font-family: Georgia;
  margin: 0;
  
}

/* Column container */
.container {
  display: flex;
  margin-top: 10px;
  flex-wrap: wrap;
  align-items: center;
}
.mainbody {
  margin: auto;
  background-color: #151518;
  height: 250px;
  width: 1200px;
  display: flex;
  font-size: 14px;
  justify-content: space-around;
  scrollbar-width: thin;
  overflow-y: auto;
  color: #FFFFFF;
  scrollbar-color: #FFFFFF #0E0E10;
  padding: 15px;
}
.textbox {
  margin: auto;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 1.3;
  align-self: center;
  text-align: center;
  height: 100%;
  max-width: 40%;
}

.button {
  background-color: #0E0E10;
  border: none;
  color: white;
  padding: 12px 30px;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  cursor: pointer;
  margin-right: 5px;
  margin-top: 340px;
}

.btn-group .button:hover {
  background-color: #27262F;
}
.btn-group {
  display: flex;
  margin: auto;
  width: 1200px;
  flex-direction: row;
  min-width: fit-content;
  justify-content: flex-end;
  flex-display: nowrap;
}
.push {
  margin-left: auto;

}
.blink:link, .blink:visited {
  background-color: #0E0E10;
  color: white;
  padding: 14px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

.blink:hover, .blink:active {
  background-color: #27262F;
}
