img {
  width: 100%;
}

p {
  height: 0.5em;
  font-weight: bolder;
  color: #0060ff;
  font-size: 18px;
}

body, html {
  background-color: #111111;
  color: #ffffff;
  width: auto;
}

h1 {
  color: #0060ff;
}

h2 {
  color: #0060ff;
}

h3 {
  color: #0060ff;
}

a {
  color: #0060ff;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

.login {
    background-color:#0060ff;
}

.d2 {
    width: auto;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}


