@import "/css/font-import.css";

@font-face {
  font-family: WWII;
  src: url(https://blu-bqi.net/fonts/1942.ttf);
}

* {
  box-sizing: border-box;
  image-rendering: pixelated;
}

body {
  background: yellowgreen;
}

p {
  font-family: SimSun;
  margin: 0;
}

.container {
  width: 1000px;
  margin: 100px auto 0;
  
}

.main {
  display: flex;
}

.wrap {
  background: azure;
  padding: 12px;
  margin: 6px;
}

.banner {
  border-bottom: 1px black solid;
  margin: 10px;
}

.banner p {
  transform: rotate(358deg);
  position: relative;
  bottom: 3px;
  font-size: 18px;
  font-family: WWII;
  letter-spacing: 2px;
  left: 10px;
}

.banner p:before {
  content: "✿ ";
  font-family: Verdana;
  font-size: 12px;
}

.header {
  background-image: url("/img/bg/softclub.jpg");
  height: 150px;
  position: relative;
  box-shadow: -1px -1px 3px cadetblue inset;
}

.site-name {
  font-family: Typewriter;
  font-size: 36px;
  text-shadow: 1px -1px 1px azure;
  position: absolute;
  bottom: 4px;
  left: 4px;
}

header p {
  font-family: SimSun;
  position: absolute;
  bottom: 4px;
  right: 4px;
  margin: 0;
}

nav menu {
  padding: 0;
  list-style-type: none;
  width: 200px;
}