h1,
h2,
h3,
h4,
h5,
h6 {
    z-index: 999;
    text-align: center;
    color: white;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: white;
    text-decoration: none;
}

body {
    /* Background Color for the page */
    background-color: #212121;
    font-family: Helvetica, Arial, sans-serif;
}

.pmtc-button {
    /* Buttons for each PMTC link */
    text-decoration: none;
    background: #422c3a;
    border-radius: 2px;
    color: white;
    font-weight: 700;
    display: inline-block;
    margin: auto;
    width: auto;
    padding: 0 10px 0 10px;
    line-height: 42px;
    text-align: center;
    border-radius: 10px;
    -webkit-transition: background-color 0.6s ease-out;
    -moz-transition: background-color 0.6s ease-out;
    -o-transition: background-color 0.6s ease-out;
    transition: background-color 0.6s ease-out;
}

.pmtc-button:hover {
    background: #654258;
    cursor: pointer;
}

.problem-button {
    /*Button to contact Linku*/
    text-decoration: none;
    background: #004370;
    border-radius: 2px;
    color: white;
    font-weight: 700;
    display: inline-block;
    margin: auto;
    width: auto;
    padding: 0 10px 0 10px;
    line-height: 42px;
    text-align: center;
    border-radius: 10px;
    -webkit-transition: background-color 0.6s ease-out;
    -moz-transition: background-color 0.6s ease-out;
    -o-transition: background-color 0.6s ease-out;
    transition: background-color 0.6s ease-out;
}

.problem-button:hover {
    background: #005E9D;
    cursor: pointer;
}
