html {
  background: url("img/background.gif");
  color: whitesmoke;
}

header {
  text-align: center;
  margin: 3rem auto;
}

.logo {
  max-width: 100%;
}

main {
  max-width: 1024px;
  margin: 0 auto;
}

.roles {
  text-align: center;
}

.roles img {
  max-height: 100px;
}
