html {
  font-size: 10px; /* px означає 'пікселі': базовий розмір шрифта встановлюється рівним 10 пікселів заввишки  */
  font-family: Roboto
}
h1 {
  font-size: 80px;
  text-align: center;
  margin: 0;
  padding: 10px 0;
  color: #00539F;
  text-shadow: 3px 3px 1px black;
}
h2 {
  font-size: 50px;
  text-align: center;
  color: rgba(0, 159, 31, 0.94);
}
h3 {
  font-size: 40px;
  text-align: center;
  color: rgba(159, 0, 141, 0.94);
}
li, caption {
  font-size: 30px;
  text-align: justify; /* Вирівнювання за шириною */
    margin-right: 2%; /* Отступ справа */
    margin-left: 2%; /* Отступ слева */
}
p {
    font-size: 30px;
  line-height: 1;
  letter-spacing: 0px;
  text-align: center; 
  text-indent: 0px; /* Отступ первой строки в пикселах */
}
a {
  font-size: 30px;
  text-align: center;
  text-decoration: none; /* Отменяем подчеркивание у ссылки */
}
html {
  background-color: rgb(17, 239, 239);
}
img {
  margin: 0 auto;
}
.image-align {
    text-align: center;
}
.new {
    text-align: center;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#00BBD6), to(#fcf323));
    border: 1px solid #666;
    height:75px;
    width:350px;
   }