body{
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    color: #ecf0f1;
    background-color: rgb(23, 24, 37);
    font-family: 'Fjalla One', sans-serif;
    
}
#box-cal{
    border: 2px solid black;
    width:15%;
    height: 5vh;
}
button{
    border: none;
    background-color: white;
    width: 11vw;
    height: 11vh;
    padding: 0.5 0;
    margin: 0.1vmax;
    font-size: 2rem;
    border-radius: 1rem;
    border: 2px solid red;
    

}
button:hover {
   background-color: rgb(212, 0, 255);
   font-weight: bolder;
}

table{
    border: 4px solid black;
   
    
    
}
.calculator{
    align-items: center;
}
input{
    background-color: rgba(173, 175, 178, 0.5);
    color: #070707;
    outline: none;
    text-align: right;
    border: 2px solid white;
    font-size: 3rem;
    width: 45vw;
    /* margin-bottom: 0.5rem; */
    border-radius: 0.5rem;
    padding: 0.5rem 1.5rem;
    
}
h1 {
    font-size: 2.5rem;
    font-weight: 500;
    margin-bottom: 0;
}
h2{
    font-size: 2.5rem;
    font-weight: 500;
    margin-bottom: 0;
    margin-left: 12%;
    text-decoration: none;
}
h3{
    margin-left: 16%;
}
a{
    text-decoration: none !important;
   
}