@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;500;700&display=swap');

*{
    font-family: 'Cairo', sans-serif;
}

.input{
    text-align: center;
}
.btn{
    background-color: #00523A;
    border-color: #00523A;
}
.btn-secondary{
    background-color: #757575;
    stroke: none;
}
.btn:hover{
    background-color: #00523A;
    border-color: #00523A;
    opacity: .8;
}
canvas{
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #00523A;
    opacity: .5;
    color: aliceblue;
    text-align: center;
 }


