@import url("https://fonts.googleapis.com/css2?family=Inknut+Antiqua&display=swap");

* {
  font-family: "Inknut Antiqua", sans-serif;
}

body {
  background-color: #fffbf3;
}

#home {
  margin-left: 50%;
}

.as-text {
  width: 150px;
  height: 50px;
  background-color: #fffbf3;
  border-radius: 20px;
  color: #573d06;
  border: none;
  vertical-align: middle;
  font-size: 18px;
  cursor: pointer;
  position: absolute;
  left: 0%;
}

.as-text:hover {
  font-weight: bold;
  color: black;
}
