body {
  color: #000435;
  background-color: lightskyblue;
  font-family: sans-serif;
  margin: auto;
  max-width: 1280px;
}

html{
  cursor: url(cursor.png), auto;
}

#ProjectTitle {
  display: flex;
  justify-content: center;
}

.idea{
  text-align: center;
  color: white;
  background-color: navy;
}

h3 {
  font-size: x-large;
  font-family: Georgia;
  text-decoration: underline;
  margin: auto;
  max-width: 1280px;
}


.navbar {
  background-color: #313236;
  border-radius: 2px;
  max-width: 800px;
}

.navbar a {
  color: #aaa;
  display: inline-block;
  font-size: 15px;
  padding: 10px;
  text-decoration: none;
}

.navbar a:hover {
  color: #ffffff;
}