body {
  background-color: rgb(32,91,132);
  margin: 0px;
  padding: 0px;
}
.parent {
  position;
  height: 700;
}
.top-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  float: left;
  position: absolute;
}
.side-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 150px;
  top: 158px
}
.prog-track {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background-color: rgb(52,120,176);
  width: 126px;
  height: 284px;
  border-style: dashed;
  border-radius: 4px;
  border-width: 4px;
  border-color: rgb(197,128,42);
  margin-left: 4px;
  margin-right: 4px;
  padding: 4px;
  top: 164px
}
.logo {
  display: block;
  width: 150px;
  padding: 5px;
}
.top-buttons {
  background-color: rgb(243,177,28);
  color: black;
  font-family:  "Monaco", monospace;
  font-size: 16px;
  text-decoration: none;
  padding-left: 15px;
  padding-top: 8px;
  padding-right: 15px;
  padding-bottom: 8px;
  border-style: solid;
  border-left-color: rgb(197,128,42);
  border-left-width: 4px;
  border-top-left-radius: 15px;
  border-top-color: rgb(197,128,42);
  border-top-width: 4px;
  border-bottom-right-radius: 15px;
  border-right: none;
  border-bottom: none;
  cursor: pointer;
  margin-left: 4px;
  margin-right: 4px;
  transition: box-shadow 0.3s;
}
.top-buttons:hover {
  box-shadow: 5px 5px 10px rgba(0,0,0,0.7);
}
.side-buttons {
  background-color: rgb(243,177,28);
  color: black;
  font-family:  "Monaco", monospace;
  font-size: 16px;
  text-decoration: none;
  padding-left: 15px;
  padding-top: 8px;
  padding-right: 15px;
  padding-bottom: 8px;
  border-style: solid;
  border-right-color: rgb(197,128,42);
  border-right-width: 4px;
  border-top-left-radius: 15px;
  border-bottom-color: rgb(197,128,42);
  border-bottom-width: 4px;
  border-bottom-right-radius: 15px;
  border-left: none;
  border-top: none;
  cursor: pointer;
  margin-top: 4px;
  margin-bottom: 4px;
  transition: box-shadow 0.3s;
}
.side-buttons:hover {
  box-shadow: 5px 5px 10px rgba(0,0,0,0.7);
}
.header-text {
  font-family: "Monaco", monospace;
  font-size: 32px;
  color: rgb(243,177,28);
  font-weight: bold;
  text-align: left;
  position: absolute;
  top: 132px;
  left: 178px;
}
.body-text {
  font-family: "Monaco", monospace;
  font-size: 16px;
  color: antiquewhite;
  text-align: left;
  position: absolute;
  top: 192px;
  left: 178px;
  }
.prog-text {
  font-family: "Monaco", monospace;
  font-size: 13px;
  color: antiquewhite;
}