html {
  font-family: 'Montserrat', sans-serif;
  color: white; }

body {
  height: 100%;
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: linear-gradient(to bottom, #16042c, #290b32, #3d0f35, #501437, #621c37); }

section.main-section {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  text-align: center; }

h1 {
  color: #aeff00;
  font-family: 'Orbitron', serif;
  font-size: 90px;
  margin-top: 10px;
  margin-bottom: 0;
  text-shadow: -4px -4px #f200ff; }

h2 {
  color: #aeff00;
  letter-spacing: 8px;
  font-size: 35px;
  padding: 0;
  margin-top: -10px;
  margin-bottom: 0; }

.body-container {
  background: rgba(32, 11, 79, 0.2);
  overflow: hidden;
  display: flex;
  flex-wrap: wrap; }

.image-container {
  float: left;
  margin: 0 auto;
  padding: 20px;
  width: auto; }

.center-content {
  margin: 0 auto; }

.descrption {
  width: inherit;
  max-width: 550px; }

input {
  background-color: rgba(106, 37, 119, 0.8);
  color: white;
  border: none;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer; }
