
body {
    background-color: #2d3538;
    
}


#header {
    text-align:  center ;
    font-weight: 300;
    font-size: 380%;
    color: white;
    font-family: 'Allan', cursive;
    text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.63);
}

#adding {
    margin-top: 50px;
    text-align:  center ;
    font-family: 'Allan', cursive;
    color: white;
    font-size: 30px;
    
    
}

#landCalc {
    width: 400px;
    height: 350px;
    
    padding: 5px;
    margin: 20px auto;
    text-align:center;
    background-color: #C6CACC;
    border: 1.5px dashed #4E5457;
    opacity: 0.8;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 8px;
    
    box-shadow: 0px 4px 10px 3px rgba(5, 5, 5, 0.6);
    -moz-box-shadow: 0px 4px 10px 3px rgba(5, 5, 5, 0.6);
    -webkit-box-shadow: 0px 4px 10px 3px rgba(5, 5, 5, 0.6);
    
}

#blocker {
    margin-top: 25px;
    font-weight: 100;
    
}

#blocker input {
    text-align: center;
    font-style: italic;
    
}
