*{
    box-sizing: border-box;
}

body{
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #d1d1d1;
    font-family: "Courier New", Courier, monospace;
    background-color: #373737;
}

a:link{
    color: white;
}

a:visited{
    color: #d1d1d1;
}

.header{
    text-align: center;
    border-bottom: 5px  solid #000000;
}

.column.middle{
    float: left;
    padding: 10px;
    margin-top: 10px;
    margin-left: 20%;
    width: 60%;
    background-color: #373737;
    border-bottom: 20px  solid #6e6e6e;
    border-left: 20px solid #6e6e6e;
    border-top: 20px  solid #5d5d5d;
    border-right: 20px solid #5d5d5d;
}

.row::after{
    content: "";
    display: table;
    clear: both;
}

input[type=text1], select {
    font-size: 16px;
    font-family: 'Courier New', Courier, monospace;
    color: black;
    width: 20%;
    padding: 12px 20px;
    margin: 8px 0;
    display:block;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: none;
  }

textarea {
    width: 100%;
    height: 150px;
    padding: 12px 20px;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
    font-size: 16px;
    font-family: 'Courier New', Courier, monospace;
    color: black;
    resize: none;
  }
  