@font-face {
  font-family: 'Barlow';
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_DMs5.woff2) format('woff2');
}

body {
  background: linear-gradient(rgb(0,0,0), rgb(35, 0, 0));
  background-color: black;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: rgb(255, 144, 144);
  font-family: Barlow, sans-serif;
  text-align: center;
}

table,thead {
  border: 3px solid red;
  border-collapse: collapse;
  margin: auto;
  width: 100%;
  height: 40px;
}

th {
  background: rgb(35, 0, 0);
  border: 2px solid red;
  word-break: break-all;
}

a {
  color: rgb(255, 183, 183);
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.container {
  width: 100%;
  height: 100%;
  margin: auto;
}

.topbar {
  width: 100%;
  height: 48px;
  margin:auto;
  padding: 5px 5px 15px 5px;
}

.navbar {
  width: 400px;
  height: 48px;
  margin: auto;
  display:inline-block;
  vertical-align: top;
}

/*.index-left {
  background: linear-gradient(rgb(30,0,0), rgb(45, 0, 0));
  border: 3px solid red;
  width: 48px;
  display:inline-block;
  vertical-align: top;
  word-break: break-word;
  text-align: left;
  padding: 5px 5px 5px 5px;
  margin-right: 15px;
}*/

.index-main {
  background: rgb(45, 0, 0);
  border: 3px solid red;
  width: 748px;
  display:inline-block;
  vertical-align: top;
  word-break: break-word;
  padding: 5px 5px 5px 5px;
}
/* ngl this is pretty lazy */
.plain_container {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 748px;
}

.blog_art {
  background: rgba(45, 0, 0, 0.3);
  border: 3px solid rgb(125, 0, 0);
  width: 748px;
  display:inline-block;
  vertical-align: top;
  word-break: break-word;
  padding: 5px 5px 5px 5px;
}

/* mobile screen */ 
@media only screen and (max-width: 832px)  {

  img {
    max-width: 100%;
  }
  .navbar {
    display: block;
    width: 320px;
  }
  .container {
    padding: 5px 0px 15px 0px;
  }
  /*.index-left {
    display: block;
    height: 48px;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    position: relative;
  }*/
  .index-main {
    width: auto;
    display: block;
    margin-left: 16px;
    margin-right: 16px;
  }
  .plain_container {
    width:320px;
  }
}