.container {
  width: 800px;
}

#top-header {
  background: #5d2f86;
  color: #fff;
  padding: 15px 0;
  text-align: center;
  font-size: 18px;
}

#top-header a {
  font-weight: bold;
  color: #fff;
  text-decoration: underline;
}

#main {
  padding-top: 50px;
  padding-bottom: 50px;
}

#main h1,
#main h2 {
  padding-top: 50px;
  text-align: center;
  font-size: 54px;
  font-weight: bold;
  line-height: 1.1;
}

#main h2 {
  font-size: 34px;
}

#header {
  display: flex;
  justify-content: space-between;
  margin: 0 50px;
  height: 100px;
  align-items: center;
}

#header a {
  color: #212529;
  font-weight: bold;
  font-size: 20px;
}



#try-form {
  width: 400px;
  margin: 50px auto 0;
}

#try-form .btn {
  background: #8fe1a1;
  padding: 10px 20px;
  border-radius: 0;
  font-size: 22px;
  border: none;
  color: #212529;
  font-weight: bold;
}

#try-form .btn:hover {
  background: #212529;
  color: #8fe1a1;
}

#try-form input {
  font-size: 22px;
  border: 2px solid #212529;
  border-radius: 0;
}