* {
    margin: 0;
    padding: 0;
}
html {
    height: 100%;
 }
 body {
    height: 100%;
 }
 a{
    text-decoration: none;
    color: #666;
 }
ol, ul {
    display: block;
    list-style: none;
}
p {
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    color: #333;
 }
 .currency{
    width: 80%;
    margin:auto;
    margin-bottom: 40px;
}  
.menu{
    float: right;
    position: absolute;
    right: 40px;
    top: 10px;
}
.menu li {    
    display: list-item;
    float: left;
    margin-right: 25px;
    line-height: 25px;
    color: white;
    font-size: small;
    text-align: -webkit-match-parent;
}
.menu li a{
    top: 10px;
    float: left;
    color: white;
    text-decoration: none;
}
.space{
    margin-top: 60px;
}
.big{
    font-weight:bold;
    font-size: 15px;
}  
.range{
    margin-bottom:20px;
}