body{
  font-family: 'public sans', 'Lucida Grande', 'Lucida sans Unicode', Tahoma, Sans-Serif;
}

.main{
  background-image: url(https://www.desktopbackground.org/p/2012/11/18/485868_binary-code-backgrounds-youtube_1920x1080_h.jpg);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: #fff;
  overflow-y: scroll;
  font-size: 24px;
}

.main::after{
  content:"";
  background-color: rgb(0, 0, 0, .8);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.main > h1,
.main > p{
  text-align: center;
  font-family: 35px;
  z-index: 2;
  position: relative;
}

.main-content{
  background-color: rgb(27, 27, 50, .9);
  max-width: 650px;
  display: flex;
  flex-direction: column;
  padding: 50px;
  margin: 0 auto;
  margin-bottom: 40px;
  border-radius: 5px;
  z-index: 2;
  position: relative;
  box-shadow: 0px -1px 25px 5px teal;
}

#name, #email, #number, #dropdown, #comment{
  display: block;
  width: 100%;
  height: 35px;
  padding: 5px 10px;
  color: #000;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 5px;
  font-size: 20px;
  margin-bottom: 35px;
}

label[for=name],
label[for=email],
label[for=number],
label[for=dropdown],
label[for=comment]{
  margin-bottom: 10px;
  display: inline-block;
}

#Front-end-Projects,
#Back-end-Projects,
#Data-Visualization,
#Challenges,
#Open-Source-Community,
#Crypto-Currency-Projects,
#Videos,
#City-Meetups,
#Wiki,
#Forum,
fieldset-input{
  height: 20px;
  width: 20px;
  margin-right: 10px;
  margin-bottom: 10px;
}

#comment{
  min-height: 180px;
}

label[for=comment]{
  margin-top: 30px;
}

#submit{
  display: block;
  width: 100%;
  padding: 0.75rem;
  background: teal;
  border-radius: 2px;
  cursor: pointer;
  border: 0;
  color: #fff;
  font-size: 20px;
}