/* Main HTML */

body {
  background-color: white;
  color: black;
  font-family: Verdana;
}

.container {
  width: 680px;
  min-height: 500px;
  margin-left: auto;
  margin-right: auto;
  border: 1.5px solid black;
  }

/* html {
    cursor: url(nat996.png), pointer;
} */

/* Header Stuff */

.faux-tabs {
  display: flex;
  gap: 50px;
  height: 28px;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  border-bottom: 1.5px solid black;
}

.hero {
  height: 90px;
  padding: 10px;
  border-bottom: 1.5px solid black;
}

.socials-box {
  display: flex;
  flex-flow: row wrap;
  height: 25px;
  gap: 2px;
  align-items: center;
  justify-content: center;
}

.social1, .social2, .social3, .social4, .social5 {
  width: 130px;
  border: 1.5px solid black;
  border-radius: 2px;
  text-decoration: none;
}


/* Top Section Stuff */

.top-section {
  display: flex;
  flex-flow: column wrap;
  height: 145px;
  border-bottom: 1.5px solid black;
  border-top: 1.5px solid black;
  padding: 3px;
  gap: 10px;
  
  align-items: center;
  justify-content: center;
}

.update-log {
  width: 165px;
  height: 130px;
  padding: 5px;
}

.intro {
  width: 320px;
  font-size: 12px;
  height: 140px;
  overflow: scroll;
}

.intro img {
  width: 100px;
}

.profile-pic {
  display: flex;
  flex-flow: row wrap;
  width: 195px;
  height: 130px;
}

/* THIS SHIT WONT FUCKING WORK*/

.profile-image {
  width: 50px;
  height: 50px;
}

.profile-text {
  height: 5px;
}

.blinkie-section1 {
  padding: 5px;
}

/* 226.6 */