body {
    padding:0;
    margin:0;
    background-color: #000000;
    background-size:cover;
}

.inner-container {
    background-image: url(oldinfoplaque.png);
    background-repeat:no-repeat;
    position: relative;
    background-size: contain;
    max-width: 100%;
    min-height: 95vh;
    background-position-x: center;
}

.info {
  font-family: "Sirin Stencil", sans-serif;
  font-weight: 400;
  font-style: normal;
     font-size: clamp(1rem, 2vw, 3.5rem);
    top: 18%;
     width: 40%;
    left: 30%;
    position: absolute;
    text-align:justify;
}

.goback {
    text-decoration: none;
    position: absolute;
    width:15%;
    top: -5%;
    margin-left:6%;
}
.back {
    position: absolute;
    font-family: "Slackey", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
    color:#ffffff;
    font-size: clamp(1rem, 3vw, 4rem);
    -webkit-text-stroke: 1px black;
    z-index: 3;
    margin-top: 78%;
    margin-left: -20%;
}

.back:link {
    text-decoration: none;
    color: #ffffff;
}

.back:visited {
    text-decoration: none;
    color:#ffffff;
}

.back:hover {
    text-decoration: none;
    color: #a4e57a;
}

.back:active {
    text-decoration: none;
    color:#ffffff;
}

.backbutton {
    position: absolute;
    left: 7%;
    max-width: 100%;
    transform: translate(-50%, 50%);
    z-index:2;
}
