*{
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
}

body {
    background-color: #191919;
}

nav{
    position: relative; 
    z-index:1;
    display: flex;
    align-items: center;
    justify-content:space-between; 
    padding-top: 45px; 
    padding-left:8%;
    padding-right:8%; 
    
    
}
.image1{
    position: absolute; 
    translate: right;
    padding-left: 800px;
    padding-top:90px;
    z-index: -1; 

  }
  
 .logo{
    color: white;
    font-size: 35px; 
    letter-spacing: 1px; 
    cursor: pointer; 

 }
 nav .last-link a {
    color:white; 
 }
 nav ul li{
    list-style-type: none;
    display: inline-block;
    padding: 10px 25px;
    color: black;
 }
nav ul li a{
    color:white;
    text-decoration: none; 
    font-weight: bold; 
    text-transform: capitalize; 
}
nav ul li a:hover {
    color: #F1C283; 
    transition: .4s;
}
.content{
    position: absolute; 
    top: 50%;
    left: 8%;
    transform: translateY(-50)
}
h1{
    color: #99ccff; 
    margin: 20px 0px 20px; 
    font-size: 75px; 
}
nav span {
    color: #F1C283; 


}
h3{
    color: white; 
    font-size: 25px; 
    margin-bottom: 50px;
    color: #99ccff; 
}
h4{
    color: #99ccff; 
    letter-spacing: 2px;
    font-size: 20px; 
}
.about{
    width:100%;
    padding: 100px 0px; 
    background-color: #191919;
    margin-top: calc(100vh - 45);

}
.about img{
    height: auto; 
    width: 430px;
}
.about-text{
    width: 550px; 
    color:white;
}
.main{
    width: 1130px; 
    max-width: 95%; 
    margin: 0 auto; 
    display: flex; 
    align-items: center; 
    justify-content: space-around; 
}
.about-text h2{
    color: #F84A32;
    font-size: 75px; 
    text-transform: capitalize; 
    margin-bottom: 20px; 
}
.about-text h5{ 
    color: #F84A32; 
    letter-spacing:2px; 
    font-size:22px; 
    margin-bottom:25; 
    text-transform: capitalize; 
}
.about-text p{
    color: #CBCACA; 
    letter-spacing: 1px; 
    line-height: 28px; 
    font-size: 18px; 
    margin-bottom: 45px; 
    
}
button{
    background-color: #F84A32;
    color: white; 
    text-decoration: none;
    border: 2px solid transparent; 
    font-weight: bold; 
    padding: 13px 30px;
    border-radius: 30px; 
    transition: 4s;
}
button:hover{
    background-color: transparent; 
    border: 2px solid  #F84A32; 
    cursor: pointer; 
}
.service{
    background: #191919;
    width: 100%; 
    padding:100px 0px; 
    align-items: left;

}
.title h2{ 
    color:white; 
    font-size: 75px; 
    width: 1130px; 
    margin: 30px auto; 
    text-align: center;
    color: lightpink; 
    
}
.services-info{
    display:block; 
    justify-content: center;
    align-items: left;
    min-height: 400px;
    color:white; 
    padding-left: 40px; 
    
}
.service-subheading{
    text-transform: capitalize; 
    font-size: 55px; 
    color: lightpink;


}   
.list{
    list-style-position: inside;
    color: white; 
    padding-left: 40px;
    margin-top: -310px;
    
    

}
.future-info{
    color:white;
    margin: 30px; 
    


}
.future-info h6 {
    color:lightpink; 
    text-transform: capitalize; 
    font-size: 35px;
 
}
.skills{
    color:white; 
    background-color: #191919;
}
.content-table, th, td{
     width:80%;  
    border: 1px solid white; 
    border-collapse: collapse;
    margin-left: 130px;

   

}
.skills h6{
font-size:55px;
color: lightgreen;
text-align:center;
}
.contact{
    width: 100%; 
    height: 290px; 
    background-color: #191919; 
    display: flex; 
    align-items: center; 
    flex-direction: column; 
    justify-content: center;
    color: lightskyblue;
    font-size: 30px;
    font-family: 'helvetica';
}
.contact .button-two{
    background-color: lightskyblue;
    color: white; 
    text-decoration: none; 
    border: 2px solid transparent; 
    font-weight:bold;
    padding:10px 10px; 
    border-radius: 30px;
    transition: .4s; 
}

.button-two{
    margin-top: 40px;
}
.contact-me .button-two:hover{
background-color: transparent;
border: 2px solid lightskyblue; 
cursor: pointer; 
}
.comments h2{
    padding-top: 20px;
    color:yellow;
    font-size: 45px;

}

.comments h3 {
    padding-top: 20px;
    color: yellow;
}
.comments  p{
    padding-bottom: 30px;
    text-align: left;
    color:white; 
    z-index:1;

}
.comments table{
    color:white;
    
}
