* { margin: 0; padding: 0; max-height: 100%}
html {
  background: linear-gradient(0deg,
                    rgba(0, 0, 0, 0.45),
                    rgba(0, 0, 0, 0.85)),
                    url(https://arkviz.net/images/backgrounds/intro.jpg) no-repeat center center fixed;
                    -webkit-background-size: cover;
                    -moz-background-size: cover;
                    -o-background-size: cover;
                    background-size: cover;
                    height: 100%;
}
body {
  font-family: sans-serif;
  font-size: 12px;
  color: #999999;
  height: 100%;
}
p {
  font-family: sans-serif;
  font-size: 12px;
  text-decoration: none;
  margin: 3;
}
a {
  font-family: sans-serif;
  color: #999999;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  font-family: sans-serif;
  color: Darkkhaki;
  font-weight: bold;
  text-decoration: none;
}
h1 {
font-size: 24px;
color: white;
font-weight: bold;
}
button {
  border: 0;
  width:22%;
  max-width:280px;
  height: calc(22vw*0.75);
  text-align: left;
}
button:hover {
  opacity: 0.5;
  border: 0;

}
.container {
  display: inline-block;
  position: relative;
  width: 22%;
  max-width:280px;

}

.image {
  display: block;
  width: 100%;
  height: auto;
  z-index: 0;
  image-rendering: crisp-edges;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .1s ease;
  background-color: white;
  pointer-events: none;
}

.container:hover .overlay {
  opacity: 0.5;
}
.text {
  color: black;
  font-size: clamp(4px, 1.6vw, 16px);
  font-weight: bold;
  position: relative;
  top: 94%;
  left: 50%;
  padding: 4px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: left;
}
.text2 {
  color: black;
  font-size: clamp(4px, 1.6vw, 16px);
  font-weight: bold;
  position: relative;
  top: 86%;
  left: 50%;
  padding: 4px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: left;
}
.bottom {
position: absolute;
bottom: 0px;
height:40px;
width:100%;
background-color:rgba(0, 0, 0, 0.85);
text-align: center;
display: table-cell;
vertical-align: middle;
}
.logo {
position: absolute;
left:10px;
height:60px;
width:80px;
}
.imgbox {
  display: grid;
  height: 100%;
}
.center-fit {
  max-width: 100%;
  max-height: 100vh;
  margin: auto;
        }
#scrollable-container {
  overflow: auto;
  position: absolute;
  top: 75px;
  left: 0;
  right: 0;
  bottom: 40;
}
