.form {
  border: 3px solid#5c5c5c;
  padding: 15px;
  border-radius: 5px;
  width: 373px;
  margin: 0 auto;
  background-color: transparent;
}
.full {
  width: 337px;
}
img {
  width: 336px;
}
.top {
  margin-top: 256px;
}

.button {
    background-color: #4CAF50;
    /* Green */
    border: none;
    color: white;
    padding: 7px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s;
    /* Safari */
    transition-duration: 0.4s;
}

.button2:hover {
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

select {
    font: 400 12px/1.3 "Helvetica Neue", sans-serif;
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #4CAF50;
    line-height: 1;
    outline: 0;
    color: #4CAF50;
    border-color: #4CAF50;
    padding: 0.65em 2.5em 0.55em 0.75em;
    border-radius: 3px;
    background: linear-gradient(#4CAF50, #4CAF50) no-repeat, linear-gradient(-135deg, rgba(255, 255, 255, 0) 50%, white 50%) no-repeat, linear-gradient(-225deg, rgba(255, 255, 255, 0) 50%, white 50%) no-repeat, linear-gradient(#4CAF50, #4CAF50) no-repeat;
    background-color: white;
    background-size: 1px 100%, 20px 20px, 20px 20px, 20px 60%;
    background-position: right 20px center, right bottom, right bottom, right bottom;
}

.textHeader {
    color: #000000;
    text-align: center;
    font-size: 24px;
}

.textOutput {
    color: #808080;
    text-align: center;
    font-size: 18px;
    z-index: 5;
}