:root {
  --mint1: #C4FEE7;
  --mint: #d3f8e2;
  --lilac: #e4c1f9;
  --bubblegum: #f694c1;
  --daffodil: #ede7b1;
  --sky: #a9def9;
  --pink: #FD79B8;
  --hotpink: #FF2782;
}

img {
      overflow-clip-margin: content-box;
    overflow: clip;
}

@font-face {
    font-family: "YanchaPop_JItabata W05 Regular";
    src: url("https://db.onlinewebfonts.com/t/d5fd841dcf089e7603b8955dbc4232e7.eot");
    src: url("https://db.onlinewebfonts.com/t/d5fd841dcf089e7603b8955dbc4232e7.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/d5fd841dcf089e7603b8955dbc4232e7.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/d5fd841dcf089e7603b8955dbc4232e7.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/d5fd841dcf089e7603b8955dbc4232e7.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/d5fd841dcf089e7603b8955dbc4232e7.svg#YanchaPop_JItabata W05 Regular")format("svg");
}

body {
  background-color:var(--mint) ;
  background-attachment: fixed;
  margin:0px;
  font-family:Times;
  color:var(--pink);
}

hr {
  border:none;
  border-bottom:2px solid var(--bubblegum);
  margin:0px;
  margin-bottom:5px;
}

#page {
  background:white;
  width:920px;
  position:relative;
  margin:0px auto;
  height:100%;
}

#inner {
  height:1000px;
}

div {
  display:block;
  unicode-bidi:isolate;
}

.lace {
  height: 1000px;
  width: 23px;
  position: absolute;
  background: url("/img/whitelaceyr.png") 0px 0px / contain;
  top: 0px;
}


#b-right {
  left:-20px;
  transform: rotate(180deg);
}

#b-left {
  right:-20px;
}

#inner {
  width:900px;
  background:white;
}

header {
  padding: 10px 0px;
  text-align:center;
}

header h3 {
  margin:0px;
  font-weight:normal;
  font-style:italic;
  font-family:;
}

header img {
  text-align:center;
  height:200px;
}

#menu {
  width:920px;
}

#section {
  background:white;
  padding:20px;
  display:flex;
}

p, h4, h3, h2, h1  {
  margin:0px;
  font-family:arial;
  padding:0px;
  border:none;
}

.left, .right {
  width:350px;
}

.news {
  height:250px;
  width:350px;
  overflow:auto;
  color:var(--hotpink);
}

.news p {
  font-weight:bold;
  font-family:Times
}

.news hr {
  border:none;
  border-bottom:2px dashed var(--bubblegum);
  margin:2px 0px;
}

.center {
  width:300px;
}

.concept {
  font-family:Fontelroy;
}
