html,
body,
ul,
ol {
  margin: 0;
  padding: 0; }

body {
  font-family: "helvetica neue", helvetica, sans-serif;
  color: #363637;
  box-sizing: border-box; }

a,
a:visited {
  text-decoration: none;
  color: #157EFA; }

a:hover {
  text-decoration: underline;
  color: #157EFA; }

header {
  display: grid;
  grid-template-areas: "header-left header-right";
  height: 50px;
  border-top: 5px solid #363637;
  border-bottom: 1px solid #ddd;
  margin-bottom: 50px;
  width: 100%;
  background-color: #fff;
  position: fixed;
  z-index: 2; }

header div {
  max-width: 1200px; }

.logo {
  grid-area: header-left;
  height: 45px; }

nav {
  grid-area: header-right;
  text-align: right;
  padding: 15px 0; }

nav a {
  padding: 0 15px;
  color: #777 !important;
  text-decoration: none;
  font-size: 1rem; }

nav a:hover {
  color: #363637 !important; }

nav a.active {
  color: #363637 !important;
  border-bottom: 2px solid #363637 !important;
  padding-bottom: 5px; }

footer {
  height: 50px;
  background-color: #363637;
  color: #fff;
  padding: 15px;
  display: grid;
  grid-template-areas: "footer-left footer-right";
  align-items: center; }

footer a {
  color: #fff !important;
  padding: 0 5px; }

footer a:hover {
  color: #157EFA !important; }

footer p {
  display: inline; }

.footer-left {
  grid-area: footer-left;
  font-size: 12px; }

.footer-right {
  grid-area: footer-right;
  color: #fff;
  text-align: right; }

.grid {
  max-width: 1200px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  grid-gap: 25px;
  margin: 0 auto 20px;
  padding: 120px 50px 0; }

.yevinn {
  width: 100%;
  max-width: 555px;
  border: 1px solid #ddd; }

.grid2 {
  display: grid;
  max-width: 1200px;
  grid-template-columns: 1fr;
  margin: 0 auto 100px;
  padding: 0 50px; }

.space {
  margin-bottom: 100px; }

@media (prefers-color-scheme: dark) {
  body {
    color: #ddd;
    background-color: #222; }
  h1 {
    color: #fff; }
  header {
    background-color: #363637;
    border-bottom: 1px solid #181818; }
  nav a.active {
    border-bottom: #ddd !important;
    color: #ddd !important; }
  nav a:hover {
    color: #C6C6C6 !important;
    text-decoration: none; }
  .st0,
  .st1 {
    fill: #fff !important; } }
