.home-container {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #000000;
}
.home-copyright {
  bottom: var(--dl-space-space-threeunits);
  position: absolute;
  font-size: 20px;
  align-self: center;
}
.home-container1 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-navlink {
  display: contents;
}
.home-message {
  flex: 0 0 auto;
  width: 100%;
  height: 100px;
  display: flex;
  align-self: center;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  text-decoration: none;
}
.home-image {
  flex: 0 0 auto;
  width: 142px;
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-image1 {
  width: 142px;
  height: 142px;
  object-fit: cover;
}
.home-text {
  color: rgb(251, 248, 248);
  font-size: 60px;
  font-family: "Source Code Pro";
}
.home-container2 {
  width: 100%;
  height: var(--dl-size-size-small);
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-text1 {
  color: #272727;
  font-size: 27px;
  font-family: "Source Code Pro";
}
