
@font-face {
  font-family: kosugi;
  src: url(KosugiMaru-Regular.ttf);
}

@font-face {
  font-family: soul;
  src: url(Bohemian_Soul.otf);
}

body {
  background-color: black;
  color: #f5f5f5;
  font-family: 'kosugi', Verdana;
  font-size: 20px;
}

h1, h2, h3, h4, h5 {
  color: #AD4872;
  font-family: 'soul', Verdana;
  word-spacing: 10px;
  letter-spacing: 3px;
}

a {
  color: #fbacbe
}

a:visited {
  color: #bea9db
}

.main {
  width: 60%;
  margin: auto;
  min-height: 750px; 
  text-align:center; 
  padding: 8px;
}

.left {
  width: 30%; 
  float:left; 
  overflow: hidden;
}
      
.right {
  max-height: inherit;
  width: 70%; 
  float: left; 
  overflow-y: auto;
}


@media screen and (max-width: 800px) {
  .left, .right {
    width: 100%; /* The width is 100%, when the viewport is 800px or smaller */
  }
  .main {
    width: 90%;
  }
  .two img {
    height: 150px;
  }
}
  
.para {
  height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
}
  
.para2 {
  max-height: 150px;
  overflow-y: auto;
  overflow-x: hidden;
  border: .5px solid white;
  padding: 12px;
}
  
  
 table, th, td {
  border-color: #fff;
  padding: 5px;
  overflow: auto;
}

.one {
  text-align: center
  }

table {
  margin: auto;
  width: 50%;
  text-align: left
}

.header {
    height: 400px;
    width: 60%;
    margin: auto;
    background: url("img/header.png") no-repeat;
    background-size: cover
    
}

img { 
  height: 300px;}
  
  
  .tab {
  overflow: hidden;
}
.tab .active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent, .tabcontent2 {
  display: none;
  padding: 6px;
  border-top: none;
  overflow: auto;
  height: inherit;
  width: 70%;
  margin: auto;
}

button {
    font-size:20px;
}