p {
    font-family: 'Courier New', monospace;
}

.maintitle {
    color: #a50a0a;
    font-size: 3vw;
    margin-bottom: 1vw;
}

.subtitle {
    cursor: pointer;
    color: #ffffff;
    font-size: 2vw;
    margin-top: 0px;
}

.servertitle {
    color: #ffffff;
    font-size: 2.5vw;
    margin-top: -0.3vw;
    margin-bottom: -3vw;
}

.servertext {
    color: #ffffff;
    font-size: 1.5vw;
}

.serverdetails {
    color: #ffffff;
    font-size: 1vw;
}

.serverdetails p {
    padding-right: 0.5vw;
}

.serverstatus {
    position: absolute;
    margin-left: 1vw;
    color: #ffffff;
    font-size: 1.2vw;
}

.serverplayers {
    position: absolute;
    right: 2vw;
    color: #ffffff;
    font-size: 1.2vw;
}

.textgreen {
    color: #1cf314;
}

.textyellow {
    color: #eedb35;
}

.textred {
    color: #d81b1b;
}

.backbutton {
    position: absolute;
    color: #a50a0a;
    font-size: 2vw;
    cursor: pointer;
    top: -1vw;
    left: 1vw;
}

@media (orientation: portrait) {
    .maintitle {
        font-size: 5vw;
    }

    .subtitle {
        font-size: 4vw;
    }

    .servertitle {
        font-size: 3vw;
    }

    .servertext {
        font-size: 2vw;
    }

    .serverdetails {
        font-size: 2vw;
    }

    .backbutton {
    font-size: 4vw;
    }
}

.center-container {
    display: flex;
    justify-content: center;
    width: 100%;
}

.flex-button {
  display: flex;
  gap: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 1vw;
  cursor: pointer;
  text-align: left;
  width: 100%;
  height: 22vw;
  background-color: #383838;
}

.flex-button:hover {
  background-color: #5c5c5c;
}

.flex-image {
  width: auto;
  height: auto;
}

.flex-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-right: 3vw;
}

.gallerycontainer {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.gallerycontainer img {
  width: calc(33.333% - 10px);
  object-fit: cover;
}

@media (orientation: portrait) {
    .gallerycontainer img {
    width: calc(100% - 10px);
    }
}

.galleryimage {
  width: 33vw;
  height: auto;
}
