



html,
body {
  padding: 0;
  margin: 0;
}  

body {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.5;
}
a {
  color: #58595b;
  text-decoration: none;
}
.container,
.container-inner {
  display: flex;
  justify-content: center; /* centers horizontally */
  align-items: center; 
}
.logo {
  position: absolute;
  left: 50px;
  top: 50px;
}
.container {
  background-color: rgba(255, 255, 255, 0);
  height: 100vh;
}
.container-inner {
  width: 1000px;
}
.info-holder {
  text-align: center;
  color: #58595b;
  padding: 32px;
  overflow: hidden;
  width: 76%;
}
.info-holder h2 {
  text-align: center;
  color: 141316;
  font-weight: 300;
  font-size: 1.8rem;
}
.info-holder p span {
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 300;
}
.temp_logo img {
  width: 250px;
}

body .but {
  margin-left: 10px;
  color: #eeeddc;
}
body .vegas-slide {
  opacity: 0.4;
  background-color: #edebdb;
}


@media (max-width: 768px) { 
 
  .info-holder h2 { font-size: 1.3rem; }
  small { font-size: 1rem; }
 
}

@media (min-width: 768.1px) and (max-width: 900px) { 
  
}