#myself{
	width: 100%;
	height: 100%;
	background-image: url(./images/vivy.jpg);
	background-size: 798px;
	border-bottom-right-radius: 100px;
	overflow: hidden;
	display: none;
}

.myself_box{
	width: 100%;
	height: calc(520px * 0.8);
	border: 1px solid black;
	box-sizing: border-box;
	color: rgba(242, 255, 246, 0.8);
	padding: 5px 10px;
	font-size: 28px;
	user-select: none;
	/* font-family:; */
	font-weight: 320;
	background-color: rgba(0, 0, 0, 0.1);
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
}

.under{
	box-shadow: 0px -4px 10px 10px rgba(185, 185, 185, 0.2);
	border: 1px solid black;
	width: 100%;
	height: calc(520px * 0.2);
	box-sizing: border-box;
	background-color: rgba(0, 0, 0, 0.4);
	backdrop-filter: blur(4px);
	padding: 2px 5px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}
.under span{
	color: aliceblue;
}
.boder_line_right{
	border-right: 1px solid aliceblue;
	height: 80%;
	width: 1px;
	margin: 0px 15px;
}
.time_text{
	margin-left: 15px;
}
.animation_X{
	border: 0px solid white;
	width: 150px;
	height: 80%;
}
.moveline_x{
	width: 125px;
	border-top: 3px solid aliceblue;
	margin-bottom: 9px;
	transition: all 2s ease; 
}


