.string1 {
	border-radius: 1.4px;
	border: 40px solid; /* Параметры границы */
  background: #fc3; /* Цвет фона */
  padding: 10px; /* Поля вокруг текста */
  border-radius: 1.4px;
}

.text1 { 
		font-size: 10px;
}

.h1 {
	font-size: 3.8vw; /* Размер текста */
}