﻿.container {
  position: relative;
  text-align: center;
  color: white;
}


/* Centered text */
.centered {
  position: absolute;
  top: 41%;
  left: 54.3%;
  transform: translate(-41%, -54.3%);
}


.headers {
  color: white;

}

/* Link text */
a {
  color: beige;

}

 a:visited {
        color: pink;
      }

 