@import url('https://fonts.googleapis.com/css?family=Josefin+Sans&display=swap');

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  font-family: 'Josefin Sans', sans-serif;
}

body{
   background-color: #f3f5f9;
}
img{
  position: relative;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;;
  border-bottom-left-radius: 10px;
  margin-left: 85px;
  }

.wrapper{
  display: flex;
  position: relative;
}

.wrapper .sidebar{
  width: 400px;
  height: 100%;
  background: #ecebf0;
  padding: 30px 0px;
  position: fixed;
}

.wrapper .sidebar h2{
  color:#15171a;
font-family:'Josefin Sans', sans-serif;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
}
p {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  color: #15171a;
  text-align: center;
  font-family:'Josefin Sans', sans-serif;
}
h3{
  font-family:'Josefin Sans', sans-serif;
  color: #1c1c1d;
  text-align: center;
}
.wrapper .sidebar ul li{
  padding: 15px;
  border-bottom: 1px solid #bdb8d7;
  border-bottom: 1px solid rgba(0,0,0,0.05);
  border-top: 1px solid rgba(255,255,255,0.05);
}    

.wrapper .sidebar ul li {
  color: #bdb8d7;
  display: block;
}

.wrapper .sidebar ul li  .fas{
  width: 35px;
}

.wrapper .sidebar ul li:hover{
  background-color: #594f8d;
}
    
.wrapper .sidebar ul li:hover a{
  color: #fff;
}
 
.wrapper .sidebar a{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}
h4{
  text-align: center;
  margin-top: 10px;
}
.wrapper .sidebar a{
  display: block;
  width: 40px;
  background: #594f8d;
  height: 40px;
  line-height: 45px;
  text-align: center;
  margin: 0 5px;
  color: #bdb8d7;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.wrapper .main_content{
  width: 100%;
  margin-left: 400px;
}

.wrapper .main_content .header{
  padding: 20px;
  background: #fff;
  color: #717171;
  border-bottom: 1px solid #e0e4e8;
}

.wrapper .main_content .info{
  margin: 20px;
  color: #717171;
  line-height: 25px;
}

.wrapper .main_content .info div{
  margin-bottom: 20px;
}
.header{
text-align: center;
margin-right: 10px;
margin-left: 10px;
margin-top: 10px;
}
article{
  text-align: justify;
  color: #15171a;
}
article{
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
}
a{
 padding-top: 40px;
  float: center;
}
ul{
  padding-top: 10px;;
}
.img{
margin-top: 50px;
 margin-left:1150px;
}
