h1 {
    text-align: center;
    line-height: 1.1;
    padding: 20px 0;
    text-transform: uppercase;
    font-weight: normal;
    color: white;
    margin: 0;
    background-color: steelblue;
}

h2 {
    text-align: center;
    line-height: 1.1;
    padding: 20px 0;
    text-transform: uppercase;
    font-weight: normal;
    color: white;
    margin: 0;
    background-color: steelblue;
}

p {
    text-align: center;
    line-height: 1.1;
    padding: 20px 0;
    text-transform: uppercase;
    font-weight: normal;
    color: white;
    margin: 0;
    background-color: steelblue;
}

button {
    border: none;
    background: none;
    text-transform: uppercase;
    height: 100%;
    font-weight: 700;
    color: steelblue;
    letter-spacing: 1px;
    font-size: inherit;
    transition: all 0.3s;
    outline: none;
}
button:hover {
    color: white;
    background-color: steelblue;
}
a {
    border: none;
    background: none;
    text-align: center;
    text-transform: uppercase;
    height: 100%;
    font-weight: 700;
    color: white;
    letter-spacing: 1px;
    font-size: inherit;
    transition: all 0.3s;
    outline: none;
}