*{
    margin: 0;
    padding: 0;
}
body{
    /* background-color: rgb(0, 1, 51); */
    background-color: #ecf0cc;
}
.header1{
    background-color: rgb(0, 8, 126);
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 88px;
}
.name{
    color: white;
    font-size: 37px;
}
.header1 .name span{
    /* color: rgb(30, 0, 255); */
    color: #ffc600;
}
.header1 .containt ul{  
    display: flex;
    list-style-type: none;
}
.header1 .containt ul li a{  
    text-decoration: none;
    padding-left: 66px;
    color: white;
}
.header1 .containt a:hover{  
    text-shadow: 1px 1px 3px rgb(255, 255, 255);
    /* color: #00d9ff; */
    color: #ffc600;
}
main{
    display: flex;
    justify-content: space-around;
    margin-top: 22px;
}
main .firstsection{
    display: flex;
    align-items: center;
    width: 35%;
    font-size: 44px;
}
main .secondesection{
    width: 35%;
}
main .secondesection img{
    width: 90%;
}  
main .secondesection span{
    width: 35%;
}
.myname{
    color: red;
    font-size: 46px;
}
#element{
    font-size: 44px;
}

.about{
    background-color: black;
}


.about{
    background-color: #ecf0cc;
 height: 260px;
 /* color: black; */
}
.about-text
{
    margin: 22px 266px;
    color: black;
}
.about-text h2
{
    display: flex;
    justify-content: center;
    font-size: 41px;
}
.about-text h5
{
    font-size: 31px;
}
.about-text p{
    font-size: 23px;
}

.contact-me{
	width: 100%;
	height: 290px;
	background: #191919;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
.contact-me p{
	color: white;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 25px;
}
.contact-me .button-two{
	background-color:#917d83;
	color: white;
	text-decoration: none;
	border: 2px solid transparent;
	font-weight: bold;
	padding: 13px 30px;
	border-radius: 30px;
	transition: .4s; 
}
.contact-me .button-two:hover{
	background-color: transparent;
	border: 2px solid #633c48;
	cursor: pointer;
}





footer{
	position: relative;
	width: 100%;
	height: 400px;
	background: #101010;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
footer p:nth-child(1){
	font-size: 30px;
	color: white;
	margin-bottom: 20px;
	font-weight: bold;
}
footer p:nth-child(2){
	color: white;
	font-size: 17px;
	width: 500px;
	text-align: center;
	line-height: 26px;
}
.social{
	display: flex;
}
.social a{
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	background:  #f9004d;
	border-radius: 50%;
	margin: 22px 10px;
	color: white;
	text-decoration: none;
	font-size: 20px;
}
.social a:hover{
	transform: scale(1.3);
	transition: .3s;
}
.end{
	position: absolute;
	color:#f9004d;
	bottom: 35px;
	font-size: 14px; 
}

.firstBut a
{
	color: white;
	text-decoration: none;
}

.firstBut a:hover
{
    color: #ffc600;
}
.butt{
    height: 42px;
    width: 141px;
    border-radius: 28px;
    color: white;
    background-color:#9fb4c3;
}
.butt:hover{
    background-color: rgb(0, 8, 126);
    box-shadow: 4px 4px 16px black;
    color: #ffc600;
}
