@import url("https://fonts.googleapis.com/css2?family=Fira+Code:wght@300..700&display=swap");
body {
  background-color: #FFC79C;
  font-family: "Fira Code", monospace;
  font-style: normal;
}

.top-nav-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
}

.side-nav-bar {
  position: fixed;
  right: 0;
  padding: 20px;
  font-size: 1.5rem;
}

.section {
  border-radius: 5px;
  margin-top: 55px;
  margin-left: 25%;
  position: absolute;
  top: 0;
  width: 50%;
}

.up {
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 20px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 50px;
}

.name {
  position: fixed;
  bottom: 0;
  left: 0;
  margin: 20px;
}

.icon {
  position: fixed;
  top: 0;
  left: 0;
  margin: 10px;
}

button {
  background-color: orange;
  border: solid;
}

.download-box {
  padding-left: 10px;
  border: solid;
  margin-top: 55px;
  margin-left: 25%;
  width: 50%;
  background-color: #ff7301;
  margin-bottom: 20px;
}

a {
  text-decoration: underline;
  color: black;
}

a:hover {
  cursor: pointer;
  text-decoration: wavy underline;
  opacity: 50%;
}

/*# sourceMappingURL=style.css.map */
