
@font-face {
  font-family: 'Inter';
  font-style:  normal;
  font-weight: 700;
  src: url("../font/Inter-Bold.woff2") format("woff2"),
       url("../font/Inter-Bold.woff") format("woff");
}

body, html {
  font-family: Inter;
  font-size: 2rem;
  margin: 0;
  padding: 0;
  overflow: hidden;
  scroll: 0;
  font-size: 14px;
  width: 100%;
  height: 100%;
}

h1 {
 font-size: 3rem;
 font-style: italic;
 margin-bottom: 0.6rem;
 margin-top: 1rem;
}

p {
  margin: 0.5rem;
  padding: 0.5rem;
  font-size: 2rem;
}

div.color {
  height:100vh;
  width: 100vw;
}

div.text {
  display: none;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255,255,255,0.69);
  padding: 20px 40px 20px 40px;
  -webkit-box-shadow: 3px 3px 5px -2px rgba(0,0,0,0.75);
  -moz-box-shadow: 3px 3px 5px -2px rgba(0,0,0,0.75);
  box-shadow: 3px 3px 5px -2px rgba(0,0,0,0.75);
}
