.home-container1 {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  background-image: linear-gradient(180deg, rgb(2, 27, 45) 1.00%,rgb(0, 0, 0) 100.00%);
}
 
.home-image {
  width: 136px;
  height: 82px;
  margin-top: 50px;
  object-fit: cover;
  margin-left: 10px;
  padding-top: 0px;
  margin-right: 10px;
  margin-bottom: 10px;
}
 
.home-text {
  color: #c5c5c5;
  font-size: 30px;
  font-style: normal;
  margin-top: 40px;
  text-align: center;
  font-family: "Courier New";
  font-weight: 700;
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 1px;
}
 
.home-textinput {
  width: 185px;
  height: 47px;
  font-size: 22px;
  margin-top: 20px;
  text-align: center;
  font-family: "Arial Black";
  border-radius: 10px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
 
.home-button {
  color: #cecece;
  width: 117px;
  transition: 0.3s;
  border-color: #ded8d8;
  border-radius: 20px;
  background-color: #1c1c3d;
}
 
.home-button:hover {
  cursor: pointer;
  background-color: #1e2156;
}
 
.home-button:active {
  background-color: #2b2b79;
}
 
.home-container3 {
  display: contents;
}
