@font-face {
    font-family: "font";
    src: url("/fonts/font/font.eot"); /* IE9 */
    src: local("font"), url("/fonts/font/font.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("/fonts/font/font.woff") format("woff"), /* chrome, firefox */
    url("/fonts/font/font.ttf") format("truetype"), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
    url("/fonts/font/font.svg#font") format("svg"); /* iOS 4.1- */
    font-style: normal;
    font-weight: normal;
}

@font-face {
  font-family: 'fontello';
  src: url('/fonts/fontello/font/fontello.eot?20512023');
  src: url('/fonts/fontello/font/fontello.eot?20512023#iefix') format('embedded-opentype'),
       url('/fonts/fontello/font/fontello.woff2?20512023') format('woff2'),
       url('/fonts/fontello/font/fontello.woff?20512023') format('woff'),
       url('/fonts/fontello/font/fontello.ttf?20512023') format('truetype'),
       url('/fonts/fontello/font/fontello.svg?20512023#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-tiktokico:before { content: '\e800'; } /* '' */
.icon-weiboico:before { content: '\e801'; } /* '' */
.icon-kuaishouico:before { content: '\e802'; } /* '' */
.icon-instagram:before { content: '\e803'; } /* '' */
.icon-bilibili:before { content: '\e804'; } /* '' */
.icon-youtubeico:before { content: '\e805'; } /* '' */
.icon-weixinico:before { content: '\e806'; } /* '' */
.icon-twitter:before { content: '\f099'; } /* '' */
.icon-facebook:before { content: '\f09a'; } /* '' */
.icon-tumblr:before { content: '\f173'; } /* '' */
.icon-pinterest:before { content: '\f231'; } /* '' */
.icon-reddit-alien:before { content: '\f281'; } /* '' */
.icon-snapchat-ghost:before { content: '\f2ac'; } /* '' */

.nickname {
    font-family: 'font';
    font-size: 2em;
    font-weight: bold;
}

.start {
    font-family: 'font';
    font-size: 2em;
    font-weight: normal;
    margin-bottom: 10px;
}

input[type="text"],
input[type="email"],
select,
textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type="submit"] {
  background-color: #04aa6d;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type="submit"]:hover {
  background-color: #45a049;
}

.contactContainer {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
  text-align: left;
}