#S2 {
  background-image: url("../assets/Background.jpg");
  position: fixed;
  height: 100%;
  width: 100%;
}

#S2-Main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #00000077;
  backdrop-filter: blur(5px);
  align-self: center;
  border: 4px solid #000000;
  border-radius: 1svb;
  height: 95%;
  width: 24%;
  margin: 0.5%;
  align-items: center;
}

#S2-Top {
  height: 53%;
  width: 100%;
  margin: 2%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

#S2-TitleFrame {
  height: fit-content;
}

#S2-Title {
  font-size: 50px;
  text-align: center;
  margin: 0%;
}

#S2-LogoFrame {
  width: 100%;
  overflow: hidden;
  display: flex;
}

#S2-TitleAndInfo {
  width: fit-content;
  align-content: center;
  display: flex;
  flex-direction: column;
}

#S2-AppLogo {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

#S2-AuthorAndInfo {
  display: flex;
  justify-content: space-between;
  height: fit-content;
  align-items: flex-start;
}

#S2-Author {
  font-size: 20px;
  margin: 0%;
}

#S2-InfoButton {
  aspect-ratio: 1 / 1;
  height: 50px;
}

#S2-Bottom {
  height: 20%;
  width: 100%;
}

#S2-ButtonRow1,
#S2-ButtonRow2,
#S2-ButtonRow3 {
  display: flex;
  justify-content: space-between;
  height: 30%;
  align-items: center;
  margin: 1%;
}

.S2-Button {
  width: stretch;
  height: 100%;
  background: transparent;
  color: white;
  border: 2px solid #b0e0ff;
  border-radius: 10px;
  font-size: 25px;
  margin: 1%;
}

.WideButton {
  width: 100%;
}

#S2-GlyphButton,
#S2-GlyphButton img,
#S2-RefreshButton,
#S2-RefreshButton img {
  aspect-ratio: 1 / 1;
  height: 100%;
  background-color: #00000000;
  border: 0px;
}

#S2-GlyphButton, #S2-RefreshButton {
    width: fit-content;
}

#S2-InfoButton {
  aspect-ratio: 106 / 179;
  height: auto;
  width: 15%;
  background-color: #00000000;
  border: 0px;
  display: flex;
  margin: 0%;
  padding: 0%;
  justify-content: flex-end;
}
