body{
    background: #cc812c;
    font: normal 15pt Arial;
}

header{
    color: white;
    text-align: center;
    padding: 30px 0px;
    font-size: 23px;
}
label, div#ans{
    font-size: 14px;
    color: #6b6b6b;
}

input {
    background: #bbb;
    border: none; 
    border-radius: 10px;
    width: 150px;
}
::placeholder{
    color: #fff;
    font-size: 12px;
    padding: 0px 10px;
}
input#button{
    background: #a06522;
    color: #fff;
    height: 20px;
    width: 100px;
}


section{
    background: white;
    border-radius: 10px;
    padding: 15px;
    width: 350px;
    margin: auto;
    box-shadow: 3px 3px 1px rgba(0,0,0, 0.3);
}
div{
    text-align: center;
    padding: 8px;
}


footer, p{
    color: white;
    text-align: center;
    font-style: italic;
    font-size: 13px;
}