body {
  margin: auto;
  max-width: 1280px;
}

#main_title {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

#profile {
  text-align: center;
  font-style: italic;
  font-size: 15px;
  font-weight: 100;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 200px;
  height: 230px;
}

#title1 {
  text-align: left;
  background-color: lightpink;
  font-size: 25px;
  font-weight: 400;
  font-family: Georgia, 'Times New Roman', Times, serif;
}
.ol1 {
  list-style-position: inside;
  list-style-type: upper-roman;
  font-size: 20px;
  font-weight: 400;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

#title2 {
  text-align: left;
  background-color: lightpink;
  font-size: 25px;
  font-weight: 400;
  font-family: Georgia, 'Times New Roman', Times, serif;
}
.ul2 {
  list-style-position: inside;
  list-style-type: square;
  font-size: 20px;
  font-weight: 400;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

#title3 {
  text-align: left;
  background-color: lightpink;
  font-size: 25px;
  font-weight: 400;
  font-family: Georgia, 'Times New Roman', Times, serif;
}
.ol3 {
  list-style-position: inside;
  list-style-type: upper-roman;
  font-size: 20px;
  font-weight: 400;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

#title4 {
  text-align: left;
  background-color: lightpink;
  font-size: 25px;
  font-weight: 400;
  font-family: Georgia, 'Times New Roman', Times, serif;
}
.ul4 {
  list-style-position: inside;
  list-style-type: square;
  font-size: 20px;
  font-weight: 400;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

#title5 {
  text-align: left;
  background-color: lightpink;
  font-size: 25px;
  font-weight: 400;
  font-family: Georgia, 'Times New Roman', Times, serif;
}
.ol5 {
  list-style-position: inside;
  list-style-type: upper-roman;
  font-size: 20px;
  font-weight: 400;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

a {font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif}
