body {
  background-color: rgb(18,18,18);
  display: flex;
  flex-direction: column;
  font-family: "Jet Set";
  background-image: url('snow-transparent.gif');
  background-size: 100% 100%;
}

.title {
  background-color: rgb(18,18,18);
  height: 150px;
  min-height: 20%;
  display: flex;
  justify-content: flex-start;
  border: solid rgb(255,255,255) 1px; 
  
}

.content {
  background-color: rgb(18,18,18);
  height: 500px;
  min-height: 80%;
  display: flex;
  justify-content: center;
  border: solid rgb(255,255,255) 1px;
}
  
.navigation {
  background-color: rgb(18,18,18);
  width: 20%;
  border: solid rgb(255,255,255) 1px;
  
}

.mainsection {
  background-color: rgb(18,18,18);
  width: 80%;
  border: solid rgb(255,255,255) 1px;
  
}

.fuckbutton {
  background-color: rgb(18,18,18);
  width: 90%;
  margin-left: 15px;
  margin-top: 15px;
  text-align: center;
  color: rgb(0, 201, 107);
  border: solid rgb(255,255,255) 1px;
}  

.textarea {
  background-color: rgb(18,18,18);
  width: 95%;
  margin-left: 15px;
  margin-top: 15px;
  color: rgb(0, 201, 107);
  border: solid rgb(255,255,255) 1px;
  display: flex;
  flex-direction: column;
  height: auto;
  overflow: visible;
  white-space: pre-wrap;
}









