body {
  background-color: #272830;
     min-height: 150vh;
       overflow-y: hidden;
  color: #f0d54f;
    font-family: "butler";
      font-size:25px;
      overflow: hidden;
}
@font-face {
  font-family: "butler";
  src: url("/rice/Butler_Medium.otf") format("opentype");
}
.Flex {
  
height: 100vh;
width: 100vw;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
  
}
.Flex h {
width: 100%;  
text-align: center;  
}