* {
  box-sizing: border-box;
  font-family: arial;
}

.header {
  text-align: center;
  border-bottom: 2px solid black;
}

.left-side {
  position: relative;
  float: left;
  width: 33%;
  height: 1000px;
  margin-right: 50px;
  padding-right:20px;
  border-right: 2px solid black;
  background-color: lightgray;
 
}

.right-side {
  position: relative;
  float: right;
  width 66%;
  height: 100%;
  border-left: 2px solid black;
  background-color: ivory;
}

.description {
  font-size: 15px;
}

.personal-info {
  line-height: 0.8;
  border-bottom: 2px solid black;
}

.education {
  
  border-bottom: 2px solid black;
}

.image {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 50%;
}

img {
  text-align: center;
  width: 100%;
  height: auto;
}
