*, ::after, ::before {
    padding: 0;
    margin: 0;
}

.wpm-container {
    background-color: #333;
    height: 100vh;
}

h1 {
    position: relative;
    top: 40%;

    color: #fff;
    text-align: center;
    font-family: arial;

    font-size: 3rem;

}