@font-face {
    font-family: 'mich';
    src: url('michroma-regular-webfont.woff2') format('woff2'),
         url('michroma-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open';
    src: url('opensans-regular-webfont.woff2') format('woff2'),
         url('opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'openb';
    src: url('opensans-bold-webfont.woff2') format('woff2'),
         url('opensans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
body{
  width: 141vw;
  overflow-y:hidden;
  background-color: #FDF0D5;
  margin: 0px;
  color: #F0544F;
}
p{
  pointer-events: none;
font-family: open;
padding-bottom: 1vw;
margin: 0;
}
#pp{
  pointer-events: all;
}
h1{
  /* pointer-events: none; */
  margin-top: -1vw;
  margin-bottom: 1vw;
  margin-left: 0;
  font-family: mich;
  font-weight: normal;
}
h2{
  pointer-events: none;
  margin-top: 3em;
  margin-bottom: 1em;
  margin-left: 0;
  font-family: open;
  font-weight: normal;
  font-size: 1em;
}
a{
  text-decoration: none;
  color: inherit;
}
.imge{
  width: 23.5vw;
  padding-bottom: 3em;
}
.title{
  display: block;
  position: fixed;
  font-family: mich;
  font-size: 5vh;
  margin: 0;
  padding: 0;
}
#ove{
  width:141.5vw;
  height: 80vh;
  position: absolute;
  display: block;
  margin-top:10vh;
  left: 1.5vw;
}


.minic{
  overflow-y: scroll;
  display: inline-block;
  width: 25vw;
  height: 75vh;
  position: relative;
  border-radius: 1vw;
  margin-right: 1vw;
  margin-left: 0;
  padding: 1vw;
}
.no{
  color: #FDF0D5;
  background-color: #F0544F;
  border: none;

}
.clk{
  color: #F0544F;
  background-color: #FDF0D5;
  border-radius: 25px;
  border: 1px solid #C589E8;
  width: calc(25vw - 2px);
  height: calc(75vh - 2px);
}
#st{top: -1vh;
  left: 2.3vw;

}
#me{bottom: 0.5vh;
  right: 2vw;

}
.minic::-webkit-scrollbar {
  width: 2vw;
}

.minic::-webkit-scrollbar-track {
  background-color: none;
}

.minic::-webkit-scrollbar-thumb {
  background-color: #C589E8;
  border-radius: 1vw;
}
body::-webkit-scrollbar {
  width: 2vw;
}

body::-webkit-scrollbar-track {
  background-color: none;
}

body::-webkit-scrollbar-thumb {
  background-color: #F0544F;
  border-radius: 1vw;
}
.minic:hover{
  box-shadow: inset 0 0 30px #FDF0D5;
}
