@font-face {
  font-family: "cursive";
  src: url("https://files.catbox.moe/423gxc.ttf");
}

@font-face {
  font-family: "pc98";
  src: url("https://files.catbox.moe/i0ns2d.ttf");
}

::selection {
  color: #fff;
  background: #c8dce3;
}

body {
  background-size: 200px;
  font-family: "pc98";
  margin-top: 30px;
}

section {
  width: 400px;
  margin: auto;
  padding-top: 80px;
  text-align: center;
}

article {
  background: #fff;
  width: 400px;
  float: left;
  padding: 10px;
  min-height: 50px;
}

header {
  width: 100%;
  font-size: 12px;
  letter-spacing: 2px;
  height: 60px;
  margin-bottom: 10px;
}

nav {
  position: relative;
  left: -50px;
  margin-bottom: 10px;
}

nav a {
  text-decoration: none;
  color: #333;
  font-family: "pc98";
  font-size: 12px;
  letter-spacing: 2px;
  cursor: pointer;
  margin: 0 5px;
}

nav a:hover {
  text-decoration: underline;
}

.tabcontent {
  display: none;
}

#abt img, #links img {
  width: 100%;
}

.active-tab {
  display: block;
}

#doll {
  position: relative;
  top: -75px;
  left: 95px;
  width: 120px;
}
