body {
  height: 100vh;
  margin: 0;
  color: #222;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1848C5;
  background: linear-gradient(0deg, #1848C5 0%, rgba(256, 256, 256, 1) 100%);
}

.content {
  background: white;
  width: 380px;
  height: 550px;
  border-radius: 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 3px 16px #222;
  padding: 8px;
  padding-left: 20px;
  padding-right: 20px;
}

.content-bottom {
  margin: 160px 0;
}
.content-bottom-half {
  margin: 100px 0;
}

h1 {
  font-size: 26px;
  margin: 32px auto 24px;
  line-height: 40px;
}

.img-icon {
  margin-top: 32px;

}

.wfbtn {
  text-decoration: none;
  display: block;
  width: 220px;
  line-height: 38px;
  padding-top: 2px;
  border-radius: 20px;
  color: white;
  background: #1848C5;
  margin: 0 auto;
  border: none;
  font-size: 14px;
  margin-top: 10px;
}
.wfbtn:hover {
  color: #F8A602;
}

.wfbtn-secondary {
  background: white;
  color: #1848C5;
}

.wfbtn-secondary:hover {
  color: #F8A602;
}

input[type='text'] {
  width: 100%;
  line-height: 32px;
  margin-bottom: 2px;
  padding-left: 12px;
}

.sign-in-text {
  font-size: 14px;
  line-height: 22px;
}
.party-popper {
  display: inline-block;
  font-size: 52px;
  margin-bottom: 24px;
}

.setup-heading {
  margin-top: -150px;
}

.link-list {
  text-align: start;
}

.btn-logo {
  width: 200px;
  border-width: 2px;
}

#publish-picker{
  max-height: 200px;
  max-width: 325px;
  overflow: auto;
}

#publish-picker input[type="checkbox"]{
  margin-left: 5px;
}

hr.hide-unless-custom {
  border-width: 1px;
  border-style: inset;  
}