I'm trying to put text in the middle of a colored box. When I try to center the text, it centers it but the text is still toward the top of the box and not in the middle. How do I move it down so it's in the middle of the background color? Should I be using something else instead of background color?
h1 {
font-family: 'Montserrat', sans-serif;
background-color: #C28FE2;
text-align: center;
width: 500px;
height: 100px;
}