/* Custom CSS */

body,
html {
  margin: 0;
  padding: 0;
  background-color: #f4f5ff !important;
  color: #673de6;
}
.wrapper {
  height: 50vh;
}
/* 
1vw = 1% of viewport width
1vh = 1% of viewport height
1vmin = 1vw or 1vh, whichever is smaller
1vmax = 1vw or 1vh, whichever is larger
*/
h1 {
  font-size: 5.9vmin !important;
}
h6 {
  font-size: 3.6vmin !important;
}
/* img {
  height: 62vmin !important;
  width: 62vmax !important;
} */
#build-text {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
}
#build-text h1 {
    color: transparent;
background: #4C2DA9;
-webkit-background-clip: text;
-moz-background-clip: text;
background-clip: text;
text-shadow: 0px 1px 1px #673DE6;
}
