.start {
  margin-left: auto;
  margin-right: auto;

  width: 80%;
}

body {background-color: white; color: black;}

p {font-family: 'Questrial', sans-serif;
letter-spacing: 1px;
  line-height: 1.6;
  text-align: justify;
  text-justify: inter-word;}
img {
    max-width: 100%;
    max-height: 100%;
    display: block;
  border: 1px solid black;
  margin-bottom: 15px;
}



h1 {
  display: block;
  font-size: 4em;
font-family: 'Bebas Neue', cursive;
margin:0;
 padding:0;
 margin-bottom: -15px;
 text-transform: uppercase;
}

h2 {
  letter-spacing: 1px;
  margin:0;
 padding:0;
  display: block;
  font-size: 1.5em;
font-family: 'Questrial', sans-serif;
text-transform: uppercase;
}
h3 {
  letter-spacing: 1px;
  margin:0;
 padding:0;
  display: block;
  font-size: 1em;
font-family: 'Questrial', sans-serif;
text-transform: uppercase;
}

h4 {
  text-align: center;
  text-decoration-line: underline;  
  display: block;
  font-size: 2em;
font-family: 'Bebas Neue', cursive;
margin:0;
 padding:0;
 margin-bottom: 15px;
 text-transform: uppercase;
}

a:link {
  text-decoration: none;
  font-family: 'Questrial', sans-serif;
  letter-spacing: 1px;
    line-height: 1.6;
    text-align: justify;
    text-justify: inter-word;
    color: black;
}

a:visited {
  text-decoration: none;
  font-family: 'Questrial', sans-serif;
  letter-spacing: 1px;
    line-height: 1.6;
    text-align: justify;
    text-justify: inter-word;
    color: black;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: underline;
}

* {
  box-sizing: border-box;
}

/* Create two equal columns that floats next to each other */
.column {
  float: left;
  width: 50%;
  padding: 10px;

}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 1000px) {
  .column {
    width: 100%;
  }
}

.footer {
  opacity: 0.5;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: red;
  color: white;
  text-align: center;
}
#editor {
    height:150px;
    width:80%;
    margin-left:10px;

}

.input[type=button], input[type=submit], input[type=reset] {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 6px 14px;
  font-family: -apple-system, BlinkMacSystemFont, 'Roboto', sans-serif;
  border-radius: 6px;
  border: none;

  background: #6E6D70;
  box-shadow: 0px 0.5px 1px rgba(0, 0, 0, 0.1), inset 0px 0.5px 0.5px rgba(255, 255, 255, 0.5), 0px 0px 0px 0.5px rgba(0, 0, 0, 0.12);
  color: #DFDEDF;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-12:focus {
  box-shadow: inset 0px 0.8px 0px -0.25px rgba(255, 255, 255, 0.2), 0px 0.5px 1px rgba(0, 0, 0, 0.1), 0px 0px 0px 3.5px rgba(58, 108, 217, 0.5);
  outline: 0;
}
