
form{
    width: 300px;
    height: 350px;
    background-color: rgb(200, 200, 200);
    margin:auto;
    text-align: center;
    box-shadow: 5px 3px 10px ,-5px -3px 10px black;
    font-family: 'Courier New', Courier, monospace;
    
    
}
#div{
    margin-top: 40px;
    font-weight: bold;
}
#text{
    margin-bottom: 30px;
    
}
#labels{
    margin-left: auto;
    margin-bottom: 20px;
    font-size: large;
}
#Ck{
    margin-left:-27px;
}
#sub{
    padding:10px 15px;
    margin-top:3px;
    color:rgb(255, 255, 255);
    background-color: red;
    border: none;
    margin-bottom: -20px;
    
}
#sub:hover{
    background-color: rgb(203, 57, 57);
    cursor:pointer;
    box-shadow: 2px 2px 2px black;
}

#result{
    font-size: 35px;
    margin-bottom: 10px;
    font-weight: bold;
}


