html{
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    background-image: url('images/background.jpg');
    background-position: 95% 50%;
    background-repeat: no-repeat;
    background-size: auto;
    background-attachment: fixed;
}

h2,
h1{
    text-align: center;
    color:white;
}

.images{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 15%;
  padding: 50px 50px 50px 50px;
}

.loginbuttons{
  text-align: center;
  color: white;
}

li{
  display: inline-block;
  font-size: 20px;
  list-style: none;
  text-align: center;
  background-color: white;
  margin-right: 20px;
  width: 100px;
  line-height: 50px;
}