.the-at-wall-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  background-image: linear-gradient(180deg, rgb(67, 0, 255) 1.00%,rgb(2, 2, 2) 29.00%);
}
.the-at-wall-container1 {
  width: 100%;
  height: 122px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.the-at-wall-text {
  color: rgb(255, 255, 255);
  font-size: 45px;
  font-family: "Exo 2";
  font-weight: 800;
}
.the-at-wall-container2 {
  width: 100%;
  border: 2px dashed rgba(120, 120, 120, 0.4);
  height: 716px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.the-at-wall-text1 {
  color: rgb(255, 255, 255);
  font-family: "Exo 2";
}
.the-at-wall-text4 {
  color: rgb(255, 255, 255);
  font-family: "Exo 2";
}
