* {
  box-sizing: border-box;
}
body {
  font-size: 14px;
  background-color: #fe5025;
}
.v1_3 {
  color: rgba(255,255,255,1);
  font-family: "Noto Sans", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-weight: Regular;
  font-size: 50px;
  opacity: 1;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  position: absolute;
  top: 0; 
  left: 0; 
  bottom: 0; 
  right: 0;
}
