.main-header {
font-size: 56px;
color: #365f91;
font-family: serif;
}
p {
font-size: 20px;
}
.lead strong {
text-decoration: underline;
}
ul {
color: #365f91;
}
ul > li {
list-style-type: square;
}
ul ul > li {
list-style-type: circle;
}
blockquote {
background-image: url('https://netology-university.bitbucket.io/wm/resourses/images/wm-2-2-bg.jpg');
background-size: cover;
background-position: center;
color: #494429;
font-style: italic;
font-family: serif;
padding: 20px;
border-radius: 10px;
}