@font-face {
    font-family: "Nimbus Mono L";
    src: url("n022003l.ttf");
}

body {
    margin-top: 10%;
    text-align: center;
    font-family: "Nimbus Mono L";
    font-size: 21px;
    color: #797979;
    margin-bottom: 10%;
}

h1 {
    font-weight: lighter;
}

#container {
    margin-top: 50px;
    padding: 30px;
    padding-top: 3px;
    background-color: #f5f5f5;
    border-style: solid;
    border-width: 2px;
    border-color: #797979;
    width: 350px;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

input {
    color: #797979;
    margin: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: #797979;
    font-family: "Nimbus Mono L";
    padding: 10px;
    font-size: 20px;
    width: 90%;
}
input[type=text] {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-style: none;
}
input[type=submit] {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-style: none;
    background-color: #f0f0f0;
}
