html {
  background: #c0c0c0;
  padding: 3px;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: Arial, sans-serif;
  font-size: 18px;
  line-height: 1.6;
  background: #79554865;
}

h1 {
  font-family: Arial, sans-serif;
  font-size: 27px;
  color: #800000;
  line-height: 1.3;
}
h2 {
  font-family: Arial, sans-serif;
  font-size: 21px;
  color: #800000;
  line-height: 1.4;
}
h3 {
  font-family: Arial, sans-serif;
  font-size: 19px;
  color: #000000;
  line-height: 1.4;
}

.horizontal-line {
  width: 100%;
  text-align: right;
  float: right;
  background: #79554865;
  border: none !important;
  border-radius: 3px;
  height: 2px;
}
* {
  box-sizing: border-box;
}

a {
  color: #191970;
  text-decoration: none;
}

a:visited {
  color: #4169e1;
}
a:hover {
  color: #4b0082;
  text-decoration: none;
}
.line {
  border-left: 3px solid #cccccc;
  margin-left: 20px;
  padding-left: 10px;
}

/* Header/Blog Title */
.header {
  background: url("/assets/images/bad4dc66_ВосходBest1.avif")
    no-repeat;
  background-size: 1900px 170px;
  background-position: center;
  width: 100%;
  height: 170px;
  padding: 3px;
  text-align: center;
}

.topnav {
  overflow: hidden;
  background-color: #333;
  display: flex;
  flex-wrap: wrap;
}
.topnav a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 18px;
  min-height: 48px;
  text-decoration: none;
  font-size: 16px;
}
.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 20px;
  max-width: 800px;
  width: 100%;
  color: #ffffff;
  font-family: Arial, Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
}
.tags a {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  border-radius: 15px;
  background-color: #696969;
  padding: 6px 12px;
  text-decoration: none;
  color: #ffffff;
}
.tags a:hover {
  background-color: #4a4a4a;
}
.topnav a:hover {
  background-color: #ddd;
  color: black;
}
.leftcolumn {
  float: left;
  width: 75%;
}
.rightcolumn {
  float: left;
  width: 25%;
  background-color: #c0c0c0;
  padding-left: 10px;
}
.fakeimg {
  background-color: #e0ffff;
  width: 100%;
  padding: 20px;
}
.card {
  background-color: #fff8dc;
  padding: 15px;
  margin-top: 10px;
}

img {
  max-width: 100%;
  height: auto;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.center-text {
  display: flex;
  justify-content: center;
  align-items: center;
}
.center {
  text-align: center;
}

.right {
  text-align: right;
}

.justify {
  text-align: justify;
}

.footer {
  padding: 20px;
  text-align: center;
  font-size: 15px;
  color: #ffffff;
  background: #696969;
  margin-top: 10px;
}

.footer a {
  color: #ffffff;
}

/* Responsive layout - tablets and smaller desktops */
@media screen and (max-width: 800px) {
  .leftcolumn,
  .rightcolumn {
    width: 100%;
    padding: 0;
  }
  
  .card {
    padding: 12px;
  }
  
  .tags {
    padding: 15px;
  }
}

/* Responsive layout - mobile phones */
@media screen and (max-width: 600px) {
  body {
    font-size: 17px;
    line-height: 1.7;
  }
  
  h1 {
    font-size: 24px;
  }
  
  h2 {
    font-size: 20px;
  }
  
  h3 {
    font-size: 18px;
  }
  
  .header {
    height: 130px;
    background-size: cover;
  }
  
  .topnav {
    flex-direction: column;
  }
  
  .topnav a {
    width: 100%;
    padding: 16px 20px;
    min-height: 52px;
    font-size: 17px;
    border-bottom: 1px solid #444;
  }
  
  .topnav a:last-child {
    border-bottom: none;
  }
  
  .card {
    padding: 15px 12px;
  }
  
  .tags {
    gap: 8px;
    padding: 15px 10px;
  }
  
  .tags a {
    padding: 8px 12px;
    font-size: 15px;
  }
  
  .footer {
    padding: 25px 15px;
    font-size: 16px;
  }
}

/* Extra small phones */
@media screen and (max-width: 400px) {
  body {
    font-size: 16px;
  }
  
  h1 {
    font-size: 22px;
  }
  
  h2 {
    font-size: 19px;
  }
  
  .header {
    height: 100px;
  }
  
  .topnav a {
    padding: 18px 15px;
    min-height: 54px;
    font-size: 16px;
  }
  
  .card {
    padding: 12px 10px;
  }
  
  .tags {
    gap: 6px;
    padding: 12px 8px;
  }
  
  .tags a {
    padding: 6px 10px;
    font-size: 14px;
  }
}

@media print {
  /* print styles go here */
}
