body{
  font-family: 'Roboto', sans-serif;
  margin: 0;
  background-color: #000;
}
section{
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
p{
  font-size: 24pt;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}
