body {
  background: url("/background.jpg");
  padding: 0 24px;
  margin: 0;
  height: 100vh;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.title-border {
  border-radius: 1vw;
  background: #696969;
  position: absolute;
  width: 98vw;
  height: 10.5vw;
  top: -3.8vw;
  left: 1vw;
  opacity: 0.7;
}

.title-border-elements {
  position: absolute;
  top: -0.3vw;
}

.title-border-image {
  display: inline; 
  margin: 20px 0;
}

.title-border-text {
  position: relative;
  top: -3.5vw;
  left: 1.48vw;
  display: inline; 
  margin: 20px 0;
  font-size: 3.5vw;
  font-family: "Segoe UI";
}

.title-border-slogan {
  position: relative; 
  top: -3.85vw;
  left: 3.5vw;
  margin: 3px 0;
  font-size: 1.2vw;
  font-family: "Segoe UI";
}

.error-image {
  position: absolute;
  top: 10vw;
  left: 73.94vw;
  
.div404 {
  top: 0px
}
}