#box{
	border: 6px double green;
	width:60vw;
	height: auto;
	background-color: Moccasin;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
  padding: 5px;
}

#title{
  width: 100%;
  min-height: 10vh;
  background-color: white;
  margin:0;
}
#article{
  min-height: 60vh;
  width: 100%;
  background-color: white;
}

.библиотека_приложения{
  text-align: left;
}
.библиотека_приложения a{
  text-decoration: none;
  color:black;
}
.библиотека_приложения a:hover{
  text-decoration: underline;
}
.пункт_списка_библиотеки{
	background-color: LightYellow;
	padding: 2px 0;
	margin: 2px 0;
}

.текст_слева{text-align: left;}
.article_text a.black{color: black;}
.article_text a.black:hover{text-decoration: underline;}
