<style>

html, body{
  margin: 0px; 
  padding:0px;}

html{
  overflow: scroll;
}

body{
  background-color: #4848489a;
  margin-right: 50px;
  margin-left: 50px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 10px;
  overflow: scroll;
}
/* Hide scrollbar for Chrome, Safari and Opera */
body::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
body {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

@font-face { font-family: DMMono; src: url('./fonts/DMMono-Medium.ttf'); }
@font-face {font-family: JetBrainsMonoNL-Bold; src: url('./fonts/JB_webfonts/JetBrainsMono-Medium.woff2')}
@font-face {font-family: JetBrainsMonoNL-ExtraBold; src:  url('./fonts/JB_webfonts/JetBrainsMono-ExtraBold.woff2')}

* {
  box-sizing: border-box;
  border-radius: 25px;
  overflow : hidden;
  
}

header {
  padding: 10px;
  border-top: 30px;
  width: 100%;
  height: 100%;
  transform: translate(0%, 0%);
  overflow: visible;
  z-index: 1000;
  background-color: #22223b49;
  border-bottom: 3px solid #22223B;
  background-origin: content-box;
  display: inline-block;
  text-align: center;
}

.link_box{
    padding:  9px;
    z-index: auto;
    max-width: 200px;
    max-height: 40px;
    z-index: auto;
    display: inline-block;
}

a{
    z-index: auto;
    color:  #ffffff;
    font-family: JetBrainsMonoNL-Bold;
    font-size: 1vw;
}
a:hover{
  border-radius: 5px;
  padding:  9px;
  z-index: auto;
  font-family: JetBrainsMonoNL-ExtraBold;
}

.title{
  text-align: center;
  transform: translate(0%, 20%);
  font-family: DMMono;
  font-size: 2vw;
  overflow-x: hidden
}

.biobox {
    border-radius: 25px;
    background-color: #22223b49;
    text-align: center;
    font-family : JetBrainsMonoNL-Bold;
    font-size : 1vw;
    padding: 10px;
    max-height: 1000px;
    padding: 30px;
}


/* If you want the content centered horizontally and vertically */
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.footer {
  background-color: #22223b49;
  float:inline-start;
  text-align: center;
  position: relative;
  transform: translate(10%, -50%);
  width: 70%;
  height: 40px;
  margin-right: 50px;
  margin-left: 50px;
  padding-left: 50px;
  padding-right: 50px;
  border-bottom: 3px solid #22223B;
}

.iframe-class{
  frameborder: '0';
  height: 110%;
  width: 100% ;
  overflow: hidden;
}

