.app-component-container {
  width: 100%;
  height: 400px;
  display: flex;
  position: relative;
  align-items: flex-start;
  flex-direction: column;
}
.app-component-root-class-name {
  top: 27px;
  flex: 1;
  left: 24px;
  width: 25%;
  height: 25px;
  position: absolute;
}

.app-component-root-class-name2 {
  top: 82px;
  flex: 1;
  left: 25px;
  width: 25%;
  height: 25px;
  position: absolute;
}
.app-component-root-class-name3 {
  flex: 1;
  left: 24px;
  width: 25%;
  bottom: 14px;
  height: 25px;
  position: absolute;
}
.app-component-root-class-name4 {
  top: 82px;
  flex: 1;
  left: 25px;
  width: 25%;
  height: 25px;
  position: absolute;
}
.app-component-root-class-name5 {
  flex: 1;
  left: 24px;
  width: 25%;
  bottom: 14px;
  height: 25px;
  position: absolute;
}
.app-component-root-class-name6 {
  top: 27px;
  flex: 1;
  left: 24px;
  width: 25%;
  height: 25px;
  position: absolute;
}
.app-component-root-class-name7 {
  top: 82px;
  flex: 1;
  left: 25px;
  width: 25%;
  height: 25px;
  position: absolute;
}
.app-component-root-class-name8 {
  flex: 1;
  left: 24px;
  width: 25%;
  bottom: 14px;
  height: 25px;
  position: absolute;
}
.app-component-root-class-name9 {
  top: 27px;
  flex: 1;
  left: 24px;
  width: 25%;
  height: 25px;
  position: absolute;
}

.home-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  background-color: var(--dl-color-elysium-h);
}
.home-row {
  top: 0px;
  left: 0px;
  width: 100px;
  height: 184px;
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
}
.home-home {
  top: 12px;
  left: 12px;
  width: 50px;
  height: 50px;
  margin: auto;
  position: absolute;
}
.home-about {
  top: 70px;
  left: 12px;
  width: 50px;
  height: 50px;
  margin: auto;
  position: absolute;
}
.home-announcements {
  top: 132px;
  left: 12px;
  width: 50px;
  height: 50px;
  margin: auto;
  position: absolute;
}
.home-navlink {
  display: contents;
}
.home-linkblock {
  text-decoration: none;
}
.home-navlink1 {
  display: contents;
}
.home-linkblock1 {
  text-decoration: none;
}
.home-navlink2 {
  display: contents;
}
.home-linkblock2 {
  text-decoration: none;
}
.home-text {
  color: rgb(106, 54, 154);
  font-size: 50px;
  align-self: center;
  font-family: Courier New;
}
.home-text1 {
  top: 54px;
  left: 72px;
  color: rgb(94, 158, 165);
  position: absolute;
  font-size: 24px;
  font-family: Courier New;
}
