body{
    overflow-x: hidden;
    margin: 0;
    font-family: main;
}

.hompag{
    background-color: rgba(0, 0, 0, 0.534);
    overflow: hidden;
    color: #ffffff;
    font-family: main;
    height: 100vh;
    margin: 0;
}

.info{
  background-image: url(assets/img/archicurvegridbgr.png);
  background-repeat:no-repeat;
  background-size:cover;
  overflow: hidden;
  color: #2e2e2e;
  font-family: main;
  height: 64vh;
  margin: 0;
}

.imgcluster{
  image-rendering: pixelated;
  position: static;
  float: right;
  width: 500px;
}

.dsc{
  position: relative;
  top: 4rem;
  left: 4rem;
  width: 70%;
}

h1{
  margin-top: 2px;
  margin-bottom: 4px;
}

h2{
  margin-top: 0;
  margin-bottom: 4px;
}

.stb{
  overflow: unset;
  position: relative;
  left: 49%;
}

.flgo{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  height: 200px;
  width: 600px;
}

.introv{
  position: absolute; /* tragic rahh */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  object-fit: cover;
  z-index: -1;
}
  

.al{
    position: relative;
    overflow: unset;
    filter: drop-shadow(5px 5px 3px rgba(0, 0, 0, 0.397));
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    height: 7rem;
    image-rendering: pixelated;
}

section {
    height:100vh;
    width:100vw;
    overflow: hidden;
}
