.container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    flex-direction: column; 
}

html {
  color: white;
  font-family: proxima-nova, sans-serif;
}

img {
  height: 40px;
}

html, body {
    margin: 0;
    height:100%;
    width:100%;
    padding:0;
}

a {
  color: #c5b3c0;
  transition: 0.3s;
  text-decoration: none;
}

a:hover {
  color: #fff;
}

body {
  background-color: #171515; 
  -ms-overflow-style: none;
  scrollbar-width: none;
}

body::-webkit-scrollbar {
  display: none;
}

 .image-container {
text-align: center; 
}

.image-container img {
display: block; 
margin: 0 auto;
width: 150px; /* Adjust the width as needed */
height: 150px; /* Adjust the height as needed */
 
}

.typewriter-text {
    overflow: hidden;
    white-space: nowrap;
    margin: 0 auto;
    position: relative; /* Add this position rule */
    z-index: 1; /* Ensure the typing text is below the image */
}

/* ... (your existing CSS rules) ... */



.center {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}


span.section1_header_main {
            margin: 0; /* Remove margin */
            padding: 0; /* Remove padding */
        }

#docsButton,
#cmdsButton,
#inviteButton,
#supportButton {
    margin-top: 20px;
    padding: 10px 25px; /* Adjust padding to add gap */
    background-color: #1c1c1c;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(128, 128, 128, 0.7);
    transition: box-shadow 0.3s ease-in-out;
    font-size: 18px; /* Increase font size */
}

#docsButton:hover,
#cmdsButton:hover,
#inviteButton:hover,
#supportButton:hover {
    box-shadow: 0 0 20px rgba(128, 128, 128, 0.9);
}

#docsButton img,
#cmdsButton img,
#inviteButton img,
#supportButton img {
    display: none; /* Hide the img element */
}


#docsButton span,
#cmdsButton span,
#inviteButton span,
#supportButton span {
    text-decoration: none;
    color: white;
    font-family: 'Inklination Mono Bold', monospace;
    font-weight: bold;
    margin-left: 10px;
}


.flex {
  display: flex;
  text-align: center;
}

.fixed {
  position: fixed;
}

.space_right {
  margin-right: 10px;
}

.space_left {
  margin-left: 10px;
}

.space_top {
  margin-top: 20px;
}

#sect_1 .center {
text-align: center;
}
#sect_1 .section1_header_main {
margin: 0;
}

.section1_header_main {
  font-size: 70px;
}

.section1_header_alt {
  margin-top: 83px;
  margin-left: 167px;
}

.section1_bar_spacing {
  margin-right: 46px;
}

.section1_bar_moveright {
  margin-left: 30px;
  font-weight: bold;

}

.section1_bar_movedown {
  margin-top: 150px;
}

.section2_masterposition {
  height: 100%;
}

.section2_centering {
  position: relative;
  float: left;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section2_large_text {
  font-weight: 800;
  font-size: 70px;
  text-align: center;
  width: 900px;
  /* 
  descaling is easier 
  min-width: 900px;
  */
}


#section2_word_1 {
opacity: 0;
transition: 0.2s;
}

#section2_word_2 {
opacity: 0;
transition: 0.2s;  
}

#section2_word_3 {
opacity: 0;
transition: 0.2s;  
}

#section2_word_4 {
opacity: 0;
transition: 0.2s;  
}

#section2_word_5 {
opacity: 0;
transition: 0.2s;  
}

#section2_word_6 {
opacity: 0;
transition: 0.2s;  
}

#section2_word_7 {
opacity: 0;
transition: 0.2s;  
}

#section2_word_8 {
opacity: 0;
transition: 0.2s;  
}

#section2_word_9 {
opacity: 0;
transition: 0.2s;  
}

#section2_word_10 {
opacity: 0;
transition: 0.2s;  
}

#section2_word_11 {
opacity: 0;
transition: 0.2s;  
}

#section2_word_12 {
opacity: 0;
transition: 0.2s;  
}

#section2_word_13 {
opacity: 0;
transition: 0.2s;  
}

.section3_maintext {
  font-weight: 800;
  font-size: 70px;
  text-align: center;
  transition: 1s;
}

.section3_centering {
  position: relative;
  float: left;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section3_line {
  background-color: white;
  width: 0.5px;
  height: 1px;
  opacity: 0;
  transition: 1s;
}

.section3_component_img {
  float: left;
  margin-top: 20px;
  margin-left: 20px;
}

.section3_component_header {
  font-size: 20px;
  margin-top: 25px;
  margin-left: 10px;
  text-align: center;
}

.section3_component_paragraph {
  font-size: 15px;
  margin-left: 25px;
  margin-top: 2px;
  width: 300px;
  text-align: left;
  font-weight: bold;
}

.section3_component1 {
  background-color: #222;
  width: 350px;
  height: 150px;
  border-radius: 20px;
  transition: 0.5s;
  opacity: 1;
  margin-left: 600px;
  margin-top: 15px;
  opacity: 0;
}

.section3_component1:hover {
  transform: scale(1.1, 1.1);
}

.section4_centering {
  position: relative;
  float: left;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section4_maintext {
  font-weight: 800px;
  font-size: 70px;
  text-align: center;
  transition: 1s;
}

.section4_rectangle {
  width: 300px;
  height: 160px;
  transition: 0.3s;
  opacity: 0;

}

.section4_rectangle:hover {
  transform: scale(1.1, 1.1);

}

.section4_rectangle_movedown {
  margin-top: 50px;
}

.section4_icon {
  width: 60px;
  height: 60px;
  background-color: #c5b3c0;
  border-radius: 10px;
}

.section4_rectangle_header {
  font-size: 20px;
  margin-top: 15px;
  margin-left: 10px;
  text-align: center;
}

.section4_rectangle_paragraph {
  font-size: 15px;
  margin-top: 10px;
  width: 300px;
  text-align: left;
  font-weight: bold;
}

.section5_stat {
  margin-top: 200px;
  font-size: 150px;
  transition: 1s;
  margin-right: 50px;
  transition: 0.5s;
}

.section5_moveleft {
  margin-left: 100px;
}

.section5_label {
  font-size: 30px;
  font-weight: bold;
  color: #c5b3c0;
  transition: 0.5s;
}

.section5_pos1 {
  margin-top: 240px;
  margin-left: -1080px;
}

.section5_pos2 {
  margin-top: 240px;
  margin-left: -538px;
}

.credit {
  font-weight: bold;
  color: white;
  font-style: italic;
}


highlight {
  color: #c5b3c0;
}

section {
    display: block;
    height:100%;
    width:100%;
    box-sizing:border-box;
}
