html {
  font-size: 16px;
  font-family: font-family: 'Baloo Da 2', cursive; font-family: 'Roboto', sans-serif;
}

html {
  background-color: #310261;
}
body {
  width: 1000px;
  margin: 20px auto; 
  background-color: #f5f1fc;
  padding: 20px 20px 20px 20px;
  border: 5px solid black;
}
h1 {
  font-size: 45px;
  text-align: center;
}
h2 {
  font-size: 26px;
  text-align: center;
  line-height: .7;
}
h3 {
  font-size: 26px;
  text-align: left;
  margin-left: 60px;
  margin-top: 40px;
}
#purple{
  margin-top: 65px;
  color: rebeccapurple;
}
h4 {
  font-size: 22px;
  text-align: center;
  margin-top: 30px; 
  margin-left: 60px;
  margin-right: 60px;
}
p, li {
  font-size: 18px;    
  line-height: 1.7;
  letter-spacing: 1px;
  margin-left: 60px;
  margin-right: 60px;
  margin-top: 10px;
  margin-bottom: 10px;
}
#caption {
  text-align: center;
  line-height: 1.3;
}
#captionRT {
  text-align: right;
  line-height: 1.3;
}
a {
  color: blue
}
#logo {
  width: 420px;
  padding: 30px 30px 10px 60px;
}
#mypic {
  width: 360px;
  padding: 30px 60px 10px 40px;
}
img {
  width: 420px;
  padding: 8px 20px 8px 50px;
}
#largerpic {
  width: 530px;
}
#muchlargerpic {
  width: 890px;
}
#smallerpic {
  width: 300px;
}
#secondpic {
  width: 420px;
  padding: 8px 50px 8px 20px;
  display: inline;
}