@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@200&display=swap');

body
{
  background-color: #fcfcfc;
}
.center-div
{
  font-family: 'Raleway', sans-serif;
  font-size: 32px;
  text-align:center;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 400px;
  height: 40px;
  border-radius: 3px;
}