@import url(https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,700;1,700&display=swap);
*{
  box-sizing: border-box !important;
}
body {

  height: 100%;
  background: #111 !important;
}
.hiddenm {
  opacity:0;
}
.console-container {
 
  font-family: 'IBM Plex Mono', monospace;
  font-size:4em;
  text-align:center;
  min-height:20vh;
  width:100%;
  display:flex;
  color:white;
  justify-content: center;
  flex-wrap: wrap;
  
}
.console-underscore {
   display:inline-block;
  position:relative;
  top:-0.14em;
  left:10px;
}
.links{
   margin-top: 20vh;
}
.container {
  margin-top: 23vh;
  margin-left: auto;
  margin-right: auto;
}
.btn-outline { 
 margin-top: 15px; 
 border: solid 1px #39ff14;    
 font-size: 24px; 
 color: #39ff14; 
 background: 0 0; 
 transition: all .3s ease-in-out; 
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active { 
  border: solid 1px #39ff14;    
  color: #000; 
  background: #39ff14; 
}

.btn-social { 
  display: inline-block; 
  width: 48px; 
  height: 48px; 
  border: 1px solid #39ff14; 
  border-radius: 100%; 
  text-align: center; 
  font-size: 24px; 
  line-height: 46px; 
}



.list-inline { 
  padding-left: 0; 
  list-style: none; 
  margin-left: -5px; }

.list-inline > li { 
  display: inline-block;  
  padding-left: 5px; 
  padding-right: 5px; 
}

.social-links { 
  -webkit-animation: fade-in-down 0.9s; 
  animation: fade-in-down 0.9s; 
  -webkit-animation-delay: 0.2s; 
  animation-delay: 0.2s; 
}

/* Animations */
@-webkit-keyframes fade-in-down { 0% 
  { opacity: 0; -webkit-transform: translateY(-10px); transform: translateY(-10px); 
  }
  100% { 
    opacity: 1; 
    -webkit-transform: translateY(0); 
    transform: translateY(0); } }
@keyframes fade-in-down { 
  0% { opacity: 0; 
    -webkit-transform: translateY(-10px); 
    transform: translateY(-10px); 
  }
  100% { opacity: 1; 
    -webkit-transform: translateY(0); 
    transform: translateY(0); 
  } 
}
.text-con {
 
 
  display: flex;
  justify-content: flex-start;
}
#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}