/* unvisited link */
a:link {
  color: #8fc000;
}

/* visited link */
a:visited {
  color: #8fc000;
}

/* mouse over link */
a:hover {
  color: #8fc000;
}

/* selected link */
a:active {
  color: #8fc000;
}

.logo {

	background-position: center;
    box-sizing: border-box;
    height: 10rem;
    width: 20rem;
    background-size: 90%;
    background-repeat: no-repeat;
    background-image: url('../images/logo.png');
    display: inline-block;
    background-color: white;
    border-radius: 1rem;

}