html {
  box-sizing: border-box;
  font-size: 16px;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
  margin: 0;
  padding: 0.5rem 0;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

body {
  font-family: sans-serif;
}

body,
div {
  padding: 1ch;
}

button {
  border:0;
  width: 10rem;
  height: 4rem;
  padding: 0.5rem;
  background-color: rgb(255, 217, 217);
  font-weight: bold;
  cursor: pointer;
  
}

.navbar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

#frame {
  /*border: none;*/
  width: 98%;
  height: 70%;
  position: absolute;
  margin-top: 2rem;
}

.smalltext {
  font-size: x-small;
}