body {
    background-color: black;
    line-height: 32px;
    font-family: Calibri Light;
    color: white;
}

.contact {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

.country {
  text-align: center;
}

/* unvisited link */
a:link {
  color: white;
  text-decoration: none;
}

/* visited link */
a:visited {
  color: white;
}

/* mouse over link */
a:hover {
  color: white;
  text-decoration: underline;
}

/* selected link */
a:active {
  color: white;
  text-decoration: underline;
  font-weight: bold;
}

.logo {
  display: block;
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 1000;
  height: 10%;
  min-height: 75px;
  cursor: pointer;
}
