html, body{
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
.container{
  position: relative;
  width: 100%;
  height: 100%;
  font-family: Calibri, Tahoma, Arial, sans-serif;
  color: #fff;
  text-align: center;
  margin: auto;
}

a{
  color:#fff;
  text-decoration: underline;
}
a:hover, a:focus, a:active{
  color:#fff;
  text-decoration: none;
  outline: none;
}

img.logo{
  width:100%;
  max-width: 495px;
  margin-top: 50px;
}


.container ul{
  max-width:495px; 
  padding: 0;
  margin: 50px auto 0;
  text-align: left;
  list-style: none;
  position: relative;
  padding-bottom: 50px;
}

ul li:first-child {
    padding: 1rem;
    background-color: #fff;
    color: #000;
    font-weight: 700;
    margin-bottom: 0.5rem;
	letter-spacing: 0.025rem;
}
