/* img{
    float: left;
    margin-right: 20px;
    cursor: pointer;
    
}
p{
    text-shadow: 2px 2px 10px black;
    color: white;
    letter-spacing: 5px;
    text-indent: 50px;
    word-spacing: 3px;
    font-variant: small-caps; 
} */
body{
    background-color: white;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
/* title{
    color: white;
}
h2{
    color: white;
}
#demo{
    color: white;
}
#pass{
    color: yellowgreen;
}
#fail{
    color: red;
}
@media  screen and (max-width: 600px) {
    body{
      background-color: blue;
    }
  } */

  .xinput{
    width: 40px;
    height: 30px;
    font-size: 20px;
    text-align: center;
  }
  .yinput{
    width: 100px;
    height: 30px;
    font-size: 20px;
    text-align: center;

  }
  .calculate{
    background-color: navy;
    color: white;
    border: 1px solid black;
    width: 150px;
    height: 35px;
    font-weight: bold;
    font-size: 17px;
    text-align: center;
  }
.result{
    border: 1px solid black;
    width: 150px;
    justify-content: center;
    height: 35px;
    font-size: 20px;
    align-items: center;
    display: flex;
    
}
.calc{
    display: flex;
    flex-direction: column;
    align-items: center;
}