html {
    color: #222;
    overflow: hidden;
    font-size: 100%;
    font-family: sans-serif;
}

body{
    font-family: Consolas, monaco, monospace;
    background-color: #eee;
}

.form {
    text-align: center;
    margin-top: 20%;
}

.inputsearch {
    width: 700px;
    font-size: 4em;
    text-align: center;
    border: 0;
    background-color: transparent;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-weight: bold;
    text-indent: 0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    outline: none;
}

input[name=domain]:focus {
    background: #dee9f3;
}

.btn{
    cursor: pointer;
    font-family: Consolas, monaco, monospace;
    text-align: center;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    padding: 0;
}

.theinfo-overlay {
    background-color: #000;
    opacity: 0.7;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.theinfo-down {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0.4;
    color: #fff;
    text-align: center;
    font-size: 25px;
}

::-webkit-scrollbar {
    width: 3px;
}
  
::-webkit-scrollbar-track {
    background: #eee;
}
  
::-webkit-scrollbar-thumb {
    background: #575757;
}
