#left {
	width: 11.3%;
	float: left;
	background-color: black;
	position: fixed;
	height: 100%;
	left: 0px;
	top: 0px;
	border-right: 2pt solid white;
	margin: 0;
	z-index: 2;
}

#right {
	width: 90%;
	float: right;
	right:0px;
	background-color: black;
	position: absolute;
	height: 100%;
	margin: 0;
	top: 0;
}

a {
	text-decoration: none;
	color: white;
}
button { 
	border: none; 
	color: white;
	background-color: black;å
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 20px;
	outline: none;
	}

button:hover { 
	background-color: white;
	text-decoration: none;
	color: black;
}


.work {
	font-family: arial black, sans-serif;
	margin: auto;
	position: absolute;
	width: 80px;
	height: 30px;
	bottom: 0;
	left: 23px;
	top: 90%;
	padding-bottom: 35px;
	border: 2pt solid white; 
	text-decoration: line-through;
}

  @keyframes my-eyes {
    0%   { background-color: #fff; }
    49% { background-color: #fff; }
    50% { background-color: #000; }
    99% { background-color: #000; }
    100% { background-color: #fff; }
  }

.navigation {
	top: 40px;
	border: 2pt solid white;
	width: 630px;
	height: 565px;
	right: 40px;
	position: absolute;
}
.title {
	font-family: arial black, sans-serif;
	color: white;
	font-size: 37pt;
	margin-left: 25px;
	text-decoration: line-through;
}

.title-small {
	font-family: arial black, sans-serif;
	color: white;
	font-size: 10pt;
	margin-left: 25px;
	text-decoration: line-through;
	display: inline;
}
.title-small:hover {
	background-color: white;
	text-decoration: none;
	color: black;
}

.title2 {
	font-family: arial black, sans-serif;
	color: black;
	font-size: 40pt;
	margin-left: 30px;
	background-color: white;
	animation: my-eyes 0.2s infinite;

}

.title:hover { 
background-color: white;
	text-decoration: none;
	color: black;
 }

.name {
	margin-left: 60px;
	border: 2pt solid white;
	height: 40px;
	width: 1091px;
	position: absolute;
	z-index: 1;
}

.name1 {
	margin-left: 60px;
	border: 2pt solid white;
	height: 40px;
	width: 1091px;
	position: absolute;
	z-index: 1;
	color: black; 
	background-color: white;
	animation: my-eyes 0.2s infinite;
}

.name1:hover {
	background-color: white;
	text-decoration: none;
	color: black; 
	height: 120%;
	width: 1091px;
	z-index: 1;
} 

.name:hover {
	background-color: white;
	text-decoration: none;
	color: black; 
	height: 120%;
	width: 1091px;
	z-index: 1;
	animation : my-eyes 0.2s infinite;
}


.funny { 
	font-family: arial black, sans-serif;
	color: white;
	font-size: 80pt;
	margin-left: 53px;
	line-height: 105px;
	margin-top: 60px;
	 }

 #ta { 
	font-family: arial black, sans-serif;
	font-size: 12pt;
	padding: 5px;
	color: white;
  }

 #ta1 { 
	font-family: arial black, sans-serif;
	font-size: 12pt;
	padding: 5px;
	color: black;
  }

  iframe { 
  	width: 1055px;
  	height: 360px;
  	position: absolute;
  	left: 15;
  	top: 15;
  	right: 15;
  	bottom: 15;
  	background-color: white;
  	color: white;
  	outline: none;
  }

  .foriframe {
  	width: 1091px;
  	height: 397px;
  	position: absolute;
  	left: 60px;
  	top: 80px;
  	border: 2pt solid white;
  }

  ::-webkit-scrollbar { 
    display: none; 
}

img.three {
    position: absolute;
    margin: auto; 
    width: 1054px;
  	height: 360px;
  	top: 15px;
  	left: 16px;
}

img.four {
	 position: absolute;
    margin: auto; 
  	height: 360px;
  	top: 0;
  	left: 0;
  	bottom: 0;
  	right: 0;
}

img.body {
	width: 100%;
	margin: 0;
}

img.body-phone {
	width: 50%;
	margin: auto;


}

.left-text { 
	width: 520px;
	height: 100px;
	margin-left: 44.2px;
	margin-top: 505px;
	position: relative;
	float: left;
	padding-left: 15px;
	padding-top: 0;
	word-wrap: break-word;
 }

  .right-text { 
	width: 520px;
	height: 100px;
	margin-left: 53px;
	margin-top: 508px;
	position: relative;
	float: left;
	padding-left: 10px;
	word-wrap: break-word;
 }

.project-name {
	font-family: arial black, sans-serif;
	color: white;
	font-size: 39pt;
	padding-top: 0;
	margin-top:0;
	line-height: 42pt;
	text-align: left;
	text-decoration: line-through;
}

.project-name:hover {
	text-decoration: none;
}



.body-text {
	font-family: arial black, sans-serif;
	color: white;
	font-size: 12pt;
	text-align: left;
}
