body{
    background:#4d4d4d;
    text-align: center;
    font-family: "Ubuntu";
    color: #deecf1;
}

.lightcolor, .darkcolor{
    color: #ffffff;
    width: 100%;
    height: 100px;
    font-size: 15px;
}

.title{
    padding: 1px;
    width: 100%;
    background-color:#4586a0;
    font-size: 40px;
    text-shadow: none;
}

.lightcolor{
    padding: 1px;
    background-color: #6da3b8;
    
}

.darkcolor{
    padding: 1px;
    background-color: #4586a0;
}

button{
    border-radius: 5px;
    background-color: #464646;
    font-size: 100%;
    color: white;
    border: 3px solid #a5a4a4 ;
    height: 30px;
    width: 150px;
    margin-left: 10px;
    margin-right: 10px;

    transition:  background-color .2s ease-out;
}

button:hover{
    transition-duration: .2s;
    background-color: #a5a4a4;
    border: 3px solid #464646;
}

button:active{
    transition-duration: .2s;
    background-color: #464646;
    border: 3px solid #a5a4a4 ;
}

#total {
    margin-top: 40px;
    height: 60px;
    width: 150px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 5px;
}

#result{
    font-size: 22px;
}
