:root {
  --maincolor: #1fa0f1 ;
  --subcolor: #ffc900;
  --formcolor: #fff;
  --inputselectcolor : #f5217e;
  --h2color : #000;
  --formbtn: #fff;
  --formheight: 45px;
}

* {box-sizing: border-box; word-break: keep-all; line-height: 1.5rem; -webkit-user-drag: none;}

.maincolor {color: var(--maincolor);}
html {overflow-x: hidden; font-size: 16px; font-weight: 500;}
.inner {width: 1200px; position: relative; margin: 0 auto;}
::placeholder {color: #000;}

header {padding: 30px 0; font-size: 1.5rem; font-weight: 600; box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; letter-spacing: -2px; position: relative; z-index: 1;}

section {padding: 5rem 0;}
section h2 {letter-spacing: -2px; line-height: 2.5rem;}
section h3 {letter-spacing: -1px; line-height: 2rem;}
pre {white-space: pre-wrap; letter-spacing: -1px;}
img {width: 100%; height: 100%;}

@media (max-width: 1300px) {
  .inner {width: 90%;}
}

