body {
    background-color: #008ed0;
    color: #ffffff;
    font-size: 1.2em;
    font-family: Trebuchet MS, Verdana, Helvetica;
}

.container {
    padding:50px;
    margin:auto;
    text-align:centre;
    justify-content: center;
    height: 100vh;  
}

a:link {
  color: white;
}

/* visited link */
a:visited {
  color: white;
}

/* mouse over link */
a:hover {
  color: hotpink;
}

/* selected link */
a:active {
  color: white;
}