
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
#header, #content {
  border: solid #6E4634;
  background-color: #FAF7E7;
}
#header {
  background-image:url('https://bordur.neocities.org/images/25.05.08.png');
  background-size:cover;
  height: 200px;
  text-align: left;
  padding: 20px;
}
#header-inside {
  top: 50%;
}
.line {
  display: flex;
  width: 100%;
  max-width: 1200px;
  overflow-x: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  background-color: rgba(249, 240, 220, 0.5);
}
#line {
  display: inline-block;
  padding-left: 100%; /* начальная точка за пределами контейнера */
  animation: marquee 15s linear infinite
}
@keyframes marquee {
        0% {
            transform: translateX(0%);
        }
        100% {
            transform: translateX(-100%);
        }
}
body {
  font-family: Verdana;
  font-size: 20px;
  width: 70%;
  max-width: 1200px;
  min-width: 1000px;
  margin: auto;
  background-image: url('/images/y08-bg-biascheck1.gif') ;
}
#socials {
  position: fixed;
  top: 30px;
  right: 30px;
  background-color: #FFFFFF;
  border: solid #6E4634;
  padding: 20px;
  line-height: 45px;
  
}
#navigation {
  display: flex;
  flex-direction: column;
  align-content: center;
  padding: 20px;
}
#navtitle {
  padding: 0px;
  border-bottom: solid #6E4634;
  background-image: url("https://bordur.neocities.org/images/Neapolitan%20core%20room%20inspo%20with%20Ever%20Lasting.jpg");
  width: 100%;
  height: 50px;
}
.button {
  background-color: #D7B2BB;
  font-size: 30px;
  font-family: 'elephant';
  text-align: center;
  width: 80%;
  height: 50px;
  display: inline-block;
  position: relative;
  font-style: normal;
  margin: 15px;
  margin-left: 10%;
  display: inline-block;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.2s;
  text-decoration: none;
  display: inline-block;
  
}
.button:hover {
  background-color: #D7B2BB;
  transform: scale(1.05);
}
a:active {
    color: #FDFAE0; /* Цвет активной ссылки */
}
#content {
  display: flex;
  overflow: break-word;
  line-height: 45px;

}

#sidebar {
  width: 30%;
  flex: 1;
  border-right: solid #6E4634;
}

#main {
  display: flex;
  flex-direction: column;
  flex: 3;
  padding: 30px;
}
#maintitle {
  border-bottom: solid #6E4634;
}
#main1 {
  display: flex;
  padding: 30px;
}
#footer {
  background-image: url('images/25.05.08.jpg');
  height: 37px;
  border-bottom: solid #6E4634;
  border-left: solid #6E4634;
  border-right: solid #6E4634;
  width: 100%;
  max-width: 1200px;
  min-width: 1000px;
}
h1 {
  color: #6E4634;
  font-family: 'Boyarsky';
  font-size: 40px;
}
a, h2 {
  font-family: 'Arial Unicode MS';
  font-size: 20PX;
  color: #645C4F;
}
h3 {
  color:#645C4F;
}
p {
  font-family: 'elephant';
  font-size: 2em;
}
a {
  color: #645C4F;
  text-decoration: none;
}

@font-face {
  src: url(/fonts/4217.ttf);
  font-family: 'Boyarsky';
}