@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Mono&display=swap');

/* common */

body{
  font-family: 'IBM Plex Mono', monospace;
  margin: 0;
  padding: 0;
  background-color: #1F1F24;
  overflow-wrap : break-word;
  word-wrap: break-word;
  height: auto;
  min-width: 320px;
}

a:link,
a:visited{
  color: #E4D537 ;
}

.container{
  width: 100%;
}


.row{
  width: 310px;
  height: auto;
  margin: auto;
}


#logo {
  margin-top: 60px;
  position: absolute;
  left:  12%;
}

#logo img{
  width: 12%;
}
.new{
  text-align: left;
}

.top{
  top: 40px;
  font-size: 34px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
  top: 170px;
}

.commentout{
  font-size: 15px;
  color: #898989;
  font-weight: 100;
}

.corporate{
  line-height: 1.5;
  font-size: 15px;
  font-weight: 200;
  color: #fff;
  top: 190px;
}
.string{
  color: #FC6A5D;
}
.highlight{
  color: #ff144f ;
}
.type{
  color: #91D462;
}
.func{
  color: #AEF37D;
}
.keywords {
  color: #FC5FA3;
}

/* medium */

@media (min-width:680px) {
  #logo {
    left: 6%;
      }
  .row{
    width: 445px;
      }
  .top{
    top: 50px;
      }
  .corporate{
    top: 60px;
    font-size: 16px;
      }
}


/* large */

@media (min-width: 885px) {
  .row{
    width:  620px;
  }
  .corporate{
    font-size: 18px;
  }
}


