﻿body {
   background-color: #171617;
}

.container {
   width: 100%;
   height: 100%;
}

.content {
   width: 100%;
   height: 100%;
   max-width: 318.4px;
   margin: 0 auto;
}


.hide {
   visibility: hidden;
   opacity: 0;
}

.show {
   visibility: visible;
   opacity: 1;
}

h1 {
   color: white;
   font-family: nunito;
   font-size: 30px;
   font-weight: 600;
   text-align: center;
   padding: 50px 10px;
}

.form-info {
   text-align: center;
   box-sizing: border-box;
}

   .form-info input {
      background-color: #767676;
      width: 100%;
      height: 60px;
      padding: 15px;
      border-radius: 8px;
      color: white;
      font-family: opensanscondensed;
      font-weight: 800;
      font-size: 13px;
      margin-bottom: 20px;
      box-sizing: border-box;
   }

.form-content textarea {
   width: 100%;
   height: 240px;
   resize: none;
   background-color: #a3a3a3;
   border-radius: 8px;
   padding: 15px;
   color: white;
   font-family: nunito;
   font-size: 18px;
}

.form-submit {
   text-align: center;
   margin-top: 15px;
}

   .form-submit button, .form-submit .post-message {
      height: 38px;
      border-radius: 3px;
      background-color: #303030;
      color: white;
      font-family: nunito;
      font-size: 13px;
   }

   .form-submit button {
      width: 108px;
   }
   .form-submit button:hover {
      cursor: pointer;
   }

   .form-submit .post-message {
      line-height: 38px;
   }
