body{
  width: 100vw;
  height: 100vh;
  margin: 0;
  /* overflow: hidden; */

}
.curved{
  background: red;
  color: white;
  text-align: center;
}
.curved h1{
  margin-top:0px;
font-size: 6rem;
font-family: sans-serif;
}
.curved p{
font-size: 1 rem;
font-family: sans-serif;
margin: 0.5rem 0 0.5rem 0;
}
.curved svg{
display: block;
}
.uper{
  background: #fff;
}
