.link {
 float: center;
 color: white;
 font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
 text-align: center;
 width: 100%;
 font-size: 40px;
}
.title {
 float: left;
 color: white;
 font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}
h1, h2 {
display: inline;
}
html {
  background-color: #3498db;
  font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}
.container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 80%;
}
#idea{
  font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-size: 40px;
  color: white;
  text-align: center;
}
.new{
  border: 4px solid #2980b9;
  border-radius: 12px;
  padding: 40 40 20 20;
  color: white;
  background-color: #3498db;
  font-size: 24px;
  cursor: pointer;
  position: relative;
  left: 50%;
  width: 300px;
  margin-left: -150px;
  font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  height: 80px;
}

ul.menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

ul.menu li {float: right;}

ul.menu li.title {
  float: left;
  color: #fff;
}

ul.menu li a {
  display: inline-block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  transition: 0.3s;
  font-size: 17px;
}

ul.menu li.icon {display: none;}

@media screen and (max-width:680px) {
  ul.menu li:not(:first-child) {display: none;}
  ul.menu li.icon {
    float: right;
    display: inline-block;
  }
  ul.menu li.title {
  display: none;
  }
}

@media screen and (max-width:680px) {
  ul.menu.responsive {position: relative; background-color: #3498db; z-index:1; border-bottom: 1px solid #fff;}
  ul.menu.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  ul.menu.responsive li:not(:first-child) {
    float: none;
    display: inline;
  }
  ul.menu.responsive li a {
    display: block;
    text-align: left;
  }
}
