body{
  max-width: 1200px;
  margin:auto;
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
}

h2{
  margin-left: 20px;
  font-size: 25px;
  text-decoration: underline ;
}

.content_item{
  font-size: 18px;
  padding:10px;
}

.list{
  list-style-type: none;
}

.header_container{
  display:flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  float:left;
  width:31%;
  /* background-color: peachpuff; */
  background: #F32C81C2;
  background: linear-gradient(0deg,rgba(243, 44, 129, 1) 0%, rgba(255, 218, 185, 1) 61%);
}

.header_photo{
  margin-top: 10%;
  width:200px;
  height:200px;
  border-radius: 40%;
}

footer{
 display:flex;
  max-width: 1200px;
  min-width: 100%;
}

.footer_container{
  display:flex;
  background-color: #ff006d;
 /* position: absolute;
  bottom: 0;*/
  min-width: 100%;
 /* width: 100%;*/
  height: 5vh;
  align-items: center;
  justify-content: space-around;
  max-width: 1200px;
}

.footer_item{
  display:flex;
  flex-direction: column;
}

.rsLogo{
  height:auto;
  width:100px;
}

.main_container{
  float:right;
  width:69%;
  background: #F32C81C2;
background: linear-gradient(0deg,rgba(243, 44, 129, 1) 0%, rgba(255, 218, 185, 1) 50%, rgba(255, 247, 247, 1) 100%);

}

.nav_container{
  margin:auto;
  margin-top: 50px;
}

.nav_icon{
  margin-right: 20px;
  width: 50px;
  height:50px;
}

.nav_item{
  list-style-type: none;
}

.nav_item :hover{
  color: rgb(35, 46, 206);
  font-style:italic;
}

.nav_list{
  display:flex;
  flex-direction: column;
  margin:auto;
}

.nav_container ul li a{
  display: flex;
  text-decoration: none;
  font-size: 25px;
  font-weight: 500;
  color: #000;
  line-height: 75px;
  align-items: center;
}

.main_section{
  padding: 20px 10px;
}

.content{
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 5px;
}

pre{
  font-size: 20px;
  margin:0px;
}