@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');

/* html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
} */

#mainContainer {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
  position: absolute;
}

#container {
  width: 75%;
  height: 75%;
  /* width: 500px;
  height: 500px; */
  border: 3px solid black;
  position: relative;
}

/* childElement */
#rect {
  width: auto;
  height: auto;
  /* border: 1px solid red; */
  position: absolute;
  top: auto;
  left: auto;
}

.funcBtns {
  height: 75%;
  width: 25%;
  border: 3px solid black;
  display: flex;
  flex-direction: row;
  padding: 0 1% 0 1%;
  margin-left: 1%;
  text-align: center;
  align-items: center;
  justify-content: center;
}

#resetBtn {
  padding: 1%;
  margin: 1%;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 20px;
}
