table, th, td {
  border: 1px solid black;
  border-collapse: collapse;
  padding: 5px;
}

.main {
	margin: auto;
	font-family: arial;
	font-size: 20px;
	min-width: 320px;
	max-width: 900px;
	position: relative;
	line-height: 1.3;
	overflow-x: hidden;
	text-decoration: none;
	
    border: 5px solid transparent; /* Прозрачная рамка для блока */
    border-radius: 15px; /* Радиус закругления */
    background: rgba(230, 230, 250, 0.9); /* Светло-фиолетовый фон */
    box-shadow: 0 0 20px rgba(230, 230, 250, 0.5); /* Тень */
    padding: 20px; /* Отступы внутри блока */
    animation: borderAnimation 10s linear infinite; /* Анимация ободка */

}

/* Анимация цвета рамки для блока */
@keyframes borderAnimation {
    0% { border-color: #5a2d91; } /* Темно-фиолетовый */
    50% { border-color: #800080; } /* Фиолетовый */
    100% { border-color: #5a2d91; } /* Возврат к темно-фиолетовому */
}

	


.footer {
	margin: auto;
	font-family: arial;
	font-size: 12px;
	min-width: 320px;
	max-width: 900px;
	position: relative;

}

.tc1 {
font-size: 16px;
line-height: 1.5;
}


  .center { 
    display: block; 
    margin: 0 auto; 
  } 
  
  
.table-center {
     margin:0 auto;
 }
 
 
 .decor {
 text-decoration: none;
 }
 
 img {
    max-inline-size: 100%;
    block-size: auto;
}