body {
  margin: 0;
  font-family: basiic;
  
}

@font-face {
font-family: basiic;
src: url(https://dl.dropboxusercontent.com/scl/fi/irkxr6v7mr34i4wkqiu19/basiic.ttf?rlkey=jnur9cl3ktl0i4wx062awdkqg&st=7q770e7f&dl=0);
}

a {
  color: blue;
  text-decoration: none;
}

a:hover {
  color: blue;
  text-decoration: underline;
}

.float1 {
  float: left;
}
.float2 {
  float: right;
}

#container {
  border-width: 7px;
  border-style: solid;
  border-image: url("https://foollovers.com/mat/baf/food/fo32-008-a.gif") 7 fill round;
  height: 940px;
  width: 700px;
  margin: auto;
  margin-top: 10px;
  padding: 2px;
  
}

#header {
  border-width: 1px;
  border-style: solid;
  border-color: brown;
  border-radius: 4px;
  background-image: url('header/konatafan.jpg');
  background-size: contain;
  width: 698px;
  height: 250px;
  z-index: 3;
  top: 5px;
  left: 5px;
}

#footer {
  margin-top: 5px;
  text-align: center;

}

#side
{
  width: 325px;
  position: absolute;
  top: 350px;
  left: 1290px;
  transform: rotate(-6deg);
}

.button-outer {
  width: 150px;
  padding-top: 7px;
  padding-bottom: 7px;
  border-radius: 20px;
  margin: 10px;
  box-shadow: -1px -1px 1px inset #0000004d, 2px 2px 1px inset white,
    0px 0px 2px #0000001a;
  background-image: url("tiles/dot1.png");

}

.button-text {
  color: #f7c9da;
  font-size: 16px;
  font-weight: bold;
  font-family: ms pgothic;
  position: relative;
  text-shadow: 2px 1px 1px #dd658b, 1px -2px 0 #dd658b, -1px 1px 0 #dd658b,
    -1px -1px 0 #dd658b, 1px 0px 0 #dd658b, 0px 2px 0 #dd658b,
    -2px 0px 0 #dd658b, 0px -2px 0 #dd658b, 2px 2px 2px rgba(221, 101, 139, 0);
  filter: drop-shadow(1px 1px 1px white);
  z-index: 6;
  text-align: center;

}

#left {
  float: left;
  width: 172px;
  height: 675px;
  border: 1px solid brown;
  border-radius: 4px;
  padding: 5px;
  margin-top: 5px;
  background-color: white;
  padding-bottom:0px;
  background: #fffffc;

}

#center {
  width: 308px;
  height: 245px;
  border: 1px solid brown;
  border-radius: 4px;
  padding: 5px;
  margin: auto;
  margin-top: 5px;
  justify-content: center;
  background: #fffffc;

}

#right {
  float: right;
  width: 172px;
  height: 675px;
  border: 1px solid brown;
  border-radius: 4px;
  padding: 5px;
  margin-top: 5px;
  background-color: white;
  padding-bottom: 0px;
  background-image: url(tiles/dot2.png);

}

.stampscroll {
  width: 308px;
  height: 60px;
  border: 1px solid brown;
  border-radius: 4px;
  padding: 5px;
  margin: auto;
  margin-top: 5px;
  justify-content: center;
  background-image: url(tiles/dot7.png);

}

.profile {
  width: 162px;
  height: 202px;
  margin-right: 3px;
  margin-bottom: 5px;
  border: 1px groove brown;
  background: white;
  background: #fffffc;
  padding:4px;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: scroll;

}

.pic {
  text-align: center;
  margin-top: 10px;
  border: 1px solid brown;
}

.link {
  width: 162px;
  height: 96px;
  margin-right: 3px;
  margin-bottom: 5px;
  border: 1px groove brown;
  background: white;
  background: #fffffc;
  padding: 4px;
  padding-top: 10px;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: scroll;

}