html, body {
  height: 100%;
}
 
body {
  margin: 0;
  flex-flow: column;   
  justify-content: space-between;
}

a {
  font-style: italic;
  color: red;
}

div {
  clear: both;
}

h1, h {
  margin: 0;
}

p {
  margin: 0 1% 12px 1%;
  font-size: 12px;    
  line-height: 1.2;
  text-indent: 20px;
}

/* Только уникальные стили из common.css */
.info-b {
  background: #2e3140;
  color: white;
  margin-top: 30px;
  width: 100%;
  height: 400px;
}
   
.info-info {
  margin-left: 15px;
}

.info-a {
  background: #2e3140;
  color: white;
  margin-top: 30px;
  margin: auto;
  width: 100%;
  height: 100%;
}
   
.info-ainfo {   
  text-align: center;
  margin-left: 5%;
  margin-right: 5%;
}   
   
.inffo {
  width: 300px;
  display: inline-block;
  position: relative;
  margin-right: 5%;
}
   
.infooo {
  width: 400px;
  word-break: break-all;
  display: inline-block;
  position: relative;
}
   
.bell {
  list-style-type: decimal;
  font-style: italic;
  font-family: Bradley Hand, cursive;
  font-size: 25px;
  text-align: center;
}

.belll {
  list-style-type: decimal;
  font-family: Bradley Hand, cursive;
  font-size: 50px;
  text-align: center;
}

.belle {
  list-style-type: decimal;
  font-size: 18px;
}

.bele a {
  list-style-type: decimal;
  color: white;
  font-family: Bradley Hand, cursive;
  font-size: 20px;
}

.bele:hover a {
  color: yellow;
}

/* Стили для выделения (оставляем, они уникальны) */
sto {
  color: blue;
  font-size: 20px;
}

sto1 {
  color: #4057de;
  font-size: 25px;
}

perrr {
  color: red;
  font-size: 25px;
}

torsisauto {
  color: #43434a;
  font-size: 30pt;
  text-shadow: 0px 0px 10px #3c5a6e;
}

vo {
  color: red;
  font-size: 30px;
}
		  
.infooo a {
  text-decoration: none;
  color: white;
}
	 
.belll:hover a {
  color: yellow;
}

ff {
  margin-right: -1px;
}

ii {
  margin-right: 0px;
}

t {
  margin-right: 5px;
}

div.intro {
  margin-top: 0;  /* Убираем внешний отступ */
  padding-top: 15px;  /* Заменяем на внутренний отступ */
  clear: both;
 
  min-height: 70px;  /* Подберите под ваш контент */
}

.stoperglav1 {
  text-align: center;
  font: 50px serif;
  color: #004aff;
}

.stoglav1 {
  border-radius: 10px;
  color: white;
  background-color: red;
  width: 280px;
  font: 50px serif;
}

.podelii {
  font: 20px serif;
  font-style: italic;
  font-family: Bradley Hand;
}

/* Медиазапросы */
@media(max-width:620px) {
  .stoperglav1 {
    font: 40px serif;
  }

  .stoglav1 {
    font: 40px serif;
  }
  
  .bell {
    font-size: 17.5px;
  }
  
  .belll {
    font-size: 40px;
  }
   
  torsisauto {
    font-size: 30px;
  }
}