body {
    margin: 0px;
}
#banner {
    position: relative;
    display: block;
    width: 968px;
    height: 248px;
    background: white;
    overflow: hidden;
    border: #efefef 1px solid;
    color: #363636;
    font-family: Arial, sans-serif;
}
#ad {
    display: block;
    overflow: hidden;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#logo {
    font-size: 13px;
    text-align: center;
    position: absolute;
    top: 95px;
    right: 155px;
}
#img {
    position: absolute;
    width:90px;
    right: 60px;
    top: 92px;
}
#headline {
    text-align: center;
    font-weight: bold;
    font-size: 51px;
    position: absolute;
    top: 35px;
    left: 90px;
    text-transform: uppercase;
    color: #b10810;
}
#subheadline {
    font-size: 20.8px;
    font-weight: normal;
    text-align: center;
    position: absolute;
    top: 90px;
    margin: 0 10px;
    left: 85px;
}
#arrow {
    position: absolute;
    top: 150px;
    left: 24px;
    transform: rotate(270deg);
}
#example {
    font-size: 20px;
    text-align: center;
    position: absolute;
    top: 210px;
    left: 98px;
}
#leftParenthesis {
    font-size: 66px;
    position: absolute;
    top: 121px;
    left: 95px;
}
#rightParenthesis {
    font-size: 66px;
    position: absolute;
    top: 121px;
    right: 671px;
}
#dash {
    font-size: 66px;
    position: absolute;
    top: 120px;
    left: 475px;
}
form {
    float:left;
    margin: 0;
    padding: 0;
    overflow:hidden;
}
.text_input {
    background: white;
    border: #000 2px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 30px;
    padding: 0 5px;
    position:absolute;
    width: 133px;
    height: 61px;
    text-align: center;
    outline-width: 0px;
}
.text_input#area {
    top:135px;
    left: 131px;
}
.text_input#area.highlight {
    box-shadow: 0 0 5px rgba(220, 0, 21, 1);
    padding: 3px 0px 3px 3px;
    border: 2px solid rgba(220, 0, 21, 1);
    outline-offset: -2px;
}
.text_input#firstN {
    top:135px;
    left:317px;
}
.text_input#lastN {
    width:171px;
    height:61px;
    top:135px;
    left:519px;
}
button {
    background: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    user-select: none;
}
.buttons {
    position: absolute;
    top: 127px;
    left: 731px;
    cursor: pointer;
}
.button {
    height: 78px;
    width: 200px;
    color: #212121;
    background-color: #f1c100;
    padding-left: 8px;
    font-size: 35px;
    cursor: pointer;
    border-radius: 12px;
    font-weight: bold;
}
.button:active,
.button:focus,
.button:hover {
    background-color: #fadb00;
    transition: all 0.5s ease;
}

