html {
    background-color: black;
}
h1 {
    display: block;
    text-align: center;
    position: sticky;
    color: gray;
}

h4{
    display: block;
    text-align: center;
    color:grey;
}

form {
    display: flex;
    text-align: center;
    justify-content: center;
}

h2 {
    display: block;
    text-align: center;
    color: gold;
}

p {
    display: block;
    text-align: center;
    color:paleturquoise;
}
