html {
  width:100%;
  height:100%;
}

#logo {
  width:8%;
  height:8%;
  padding:0;
}
#calculator {
  width:35%;
  height:30%;
  background-image:linear-gradient(to top, #D3D3D3, 	#EEEEEE);
  text-align: center;
  padding:5%;
  border-radius: 15px;
  border: 2px solid black;
  font-weight: bold;
  font-size:25px;
  cursor:pointer;
}

#calculator a {
  color:black;
  text-decoration: none;
}

#calculators {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 5%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 10px;
}
#logo {
  float: left;
  margin-right: 10px;
}
#h1, h2 {
  overflow: hidden;
}
#calculator a {
  display: block;
  height: 100%;
  width: 100%;
  text-decoration: none;
}