html {
    -webkit-text-size-adjust : none;
    text-size-adjust         : none;
}

body {
font-family: Arial, sans-serif;
font-size: 20px; 
background-color: #002137;
margin: 0;
padding: 20px;
}

h1 {
color: #DDDDDD;
}

h2 {
color: #DDDDDD;
}

h3 {
color: #DDDDDD;
}

p {
color: #DDDDDD;
text-align: justify;
font-size: 20px; 

}

a:link {
color: #DDDDDD;
text-decoration: none; 
font-size: 20px; 

}

a:visited {
color: #DDDDDD;
text-decoration: none; 
font-size: 20px; 
}

a:hover {
color: #DDDDDD;
text-decoration: underline; 
font-size: 20px; 
}

a:active {
color: #DDDDDD;
text-decoration: none;
font-size: 20px; 
}


.mainpic {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.toplogo {
  display: block;
  margin-left: 0;
  margin-right: 0;
  height: 150;
  
}

.home {
  display: block;
  margin-left: 0;
  margin-right: auto;
  height: 50;
}

.scale {
    height: 300px; /* Высота картинок */
     transition: 1s; /* Время эффекта */
   }
.scale:hover {
    transform: scale(2); /* Увеличиваем масштаб */
}

.aligncenter {
    text-align: center;
}