input {
    margin: 5px;
    border: 1px solid lightgray;
    border-radius: 5px;
    height: 30px;
    width: 12vw;
    font-size: 18px;
    text-align: center;
    background-color: whitesmoke;
    padding: 10px;
    outline: none;
}

 Button {
    background-color: rgb(63 74 131);
    border: none;
    border-radius: 5px;
    font-size: 18px;
    color: whitesmoke;
    margin: 5px;
    height: 50px;
    width: 20vw;
    cursor: pointer;
}
#result {
   margin: 10px;
   font-size: large;
}




















