.app-component-wrapper {
  display: contents;
}
 
.app-component-container1 {
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.app-component-text1 {
  font-size: 25px;
  align-self: center;
  text-align: center;
  font-family: "ArcadeClassic";
  line-height: 1;
}
 
.app-component-text2 {
  font-size: 10px;
  align-self: center;
  text-align: center;
  font-family: "VT323-Regular";
  line-height: 1;
}
 
.app-component-text3 {
  font-size: 10px;
  align-self: center;
  margin-top: 100px;
  text-align: center;
  font-family: "VT323-Regular";
  line-height: 1;
  padding-top: 0px;
  text-decoration: none;
}
 
.app-component-container2 {
  margin-top: 100px;
  padding-top: 0px;
}
 
.app-component-container3 {
  display: contents;
}
 
.home-fragment1 {
  display: contents;
}
 
.home-text1 {
  display: inline-block;
}
 
.home-fragment2 {
  display: contents;
}
 
.home-text2 {
  display: inline-block;
}
 
.home-fragment3 {
  display: contents;
}
 
.home-text3 {
  display: inline-block;
}
 
.app-componentroot-class-name {
  margin-top: 250px;
}
 
@media(max-width: 1200px) {
  .app-component-text1 {
    font-size: 25px;
    font-family: ArcadeClassic;
    line-height: 1;
  }
  .app-component-text2 {
    font-size: 25px;
    font-family: ArcadeClassic;
    line-height: 1;
  }
  .app-component-text3 {
    font-size: 25px;
    font-family: ArcadeClassic;
    line-height: 1;
  }
}

.home-container1 {
  width: 100%;
  display: block;
  overflow: auto;
  min-height: 100vh;
  background-color: #D9D9D9;
}
 
.home-container2 {
  width: auto;
  height: auto;
  display: grid;
  align-self: stretch;
  margin-top: 0px;
  place-items: center;
}
 
.home-container3 {
  flex: 0 0 auto;
  height: 368px;
  display: grid;
  place-items: center;
}
 
.home-fragment1 {
  display: contents;
}
 
.home-text1 {
  display: inline-block;
}
 
.home-fragment2 {
  display: contents;
}
 
.home-text2 {
  display: inline-block;
}
 
.home-fragment3 {
  display: contents;
}
 
.home-text3 {
  display: inline-block;
}
