.input7 {
background-color: #383838;
border: 1ex solid none;
border-top-width: 1.7em;
margin: 0;
padding: 0;
color: #383838;
word-wrap: break-word;
outline: 7px solid #383838;
height: 30px;
font-size: 17px;
text-align: center;
transition: all 1s;
max-width: 200px;
font-weight: bold;
font-family: 'Courier New', Courier, monospace;
}
.input7:hover {
border-top-width: 0.2em;
background-color: #f1e8e8;
}
.input7:focus {
border-top-width: 0.2em;
background-color: #f1e8e8;
}