/*body{
  /*background-color: #ad9eac;
  color: blue; /*цвет всего в боди*/
  /*background-image: url(https://i.pinimg.com/originals/ba/bd/6d/babd6d37eb2dd965c7f1dfb516d54094.jpg); /*ссылочка на задник*/
  /*color: #3c3e40;
  background: #7f9ab3 url(https://i.pinimg.com/originals/ba/bd/6d/babd6d37eb2dd965c7f1dfb516d54094.jpg) no-repeat center center;
  height: 100vh; /*как на странице расположена картинка, вот так типо центр по вертикали*/
  /*width: 100vh; /*и центр по горизонтали*/
  /*background-size: cover; /*размер картинки на экране*/
  /*background-attachment: fixed; /*закрепляет задник на странице, всё скролится на его фоне*/

/*}


/*комменты*/

.main-text {
  color: red;
}
b {
  color: blue;
}
#text-my-st1 {
  color: red;

}
#text-my-st2 {
  color: black;
  line-height: 30px; /* расстояние между строчками */
  text-indent: 20px;

}

#text-my-st3 {
  color: black;
  line-height: 20px; /* расстояние между строчками */
  text-indent: 20px;

}

#text-my-st4 {
  color: red;
  font-style: italic;
  line-height: 30px; /* расстояние между строчками */
  text-indent: 20px;

}
.s123345 {
  color: red;
}
.main_link {
  color: yellow;
  text-decoration: none;
}
.main_link:visited {
  color:blue;
}


.main_link:hover {
  color:blue;
  text-decoration: underline;
  text-decoration-color: red;
  cursor: pointer;
}
.main_link:active {
  text-decoration: line-through;
}
input{
  color: red;
}
input:focus{
  color: blue;

}
footer{
  color:blue;
  background: red;
  background-attachment: fixed;
}
