

html, body {
    padding: 20px;
    background-color: black;
    align-items: center;
    justify-content: center;
}

h1 {
    font-size: 40px;
    color :darkturquoise
}