body{
	margin:0px;
	padding:0px;
	background-color:#ffae5e;
	width:100%;
	height:100vh;

}
.root-container{
	border-right: 10px solid #1871B5;
	border-radius: 0 100px 0 0;
    margin: 100px auto 0;
    height: 504px;
    overflow: hidden;
    width: 900px;
    background:white;
	
}

h1,h2,h3{
	color: #1871B5;
}
.tabs-name-container{
	width:23%;
	float:left;
}
.tabs-detail-container{
	width:77%;
	float:left;
	position:relative;
}
.tabs-list {
    list-style-type: none;
    padding: 0px;
    margin: 112px 0px;
}
.tabs-list li {
	padding: 6px 6px;
    font-size: 17px;
    border-bottom: 1px solid rgb(255, 255, 255);
    cursor: pointer;
    

    background: #1871B5;
    color: #fff;
}
.tabs-list li:hover{
	background: rgba(24, 113, 181, 0.83);
}
.details-tab{
	padding: 28px 5px;
}
.home-table{
	
}
.title{
	display: block;
    color: #1871B5;
    font-size: 18px;
    font-weight: bold;

}
.data{
	padding:5px 20px;
}
.email-icon{
	margin-top:5px;
	margin-left: 26px;
	margin-bottom:8px;
	
}

.email-icon img:hover{
	transform: scale(1.5); 
}
.email-icon img{
	transition: all 0.2s ease-in-out;
	width:30px;
	height:30px;
}
.hyperlinks-wrapper{
	margin-top:7px;
	margin-left:26px;
}
.hyperlinks-wrapper a{
	
	padding:3px 0px;
	color: #1871B5;
	text-decoration: none;
}
.details-tab ul{
	margin-left:0px;
}
.about-developer{
	margin:0px auto;
	text-align:center;
	color:#000;
	padding-top:10px;
}
.images-container{
	margin-left:27px;
	margin-top:20px;
}
.image-wrapper{
	display:inline-block;
	width:200px;
	height:150px;
	overflow: hidden;
	margin:3px 2px;
}
.image-wrapper img{
	width:100%;
	cursor:pointer;
	transition: all 0.4s ease-in-out;
	height:150px;
}
.image-wrapper img:hover{
	transform: scale(1.5); 
}
.profile-image{
	width: 100px;
    position: absolute;
    top: 3px;
    right: 50px;
    cursor:pointer;
}
.profile-image img{
	width:100%;
	height:auto;
}