* {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    padding-top: 5%;
    background-color: black;
    text-align: center;
    font-family:serif;
}

/* Container holding the image and the text */
.container {
    position: relative;
    text-align: center;
    color: white;
  }

/* Centered text */
.centered {
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
  }