body {
    overflow-x: hidden;
  }
  

.col{

    height: 800px;
    display: flex;
}
.col-1{
    height: 600px;
    width: 20%;
}
.col-2{

    height: 800px;
    width: 80%;
    display: flex;
}
.col-image{
   
    height: 300px;
    background-image: url("methane.jpg");
}
.col-nav{
    border: 3px solid rgb(216, 216, 8);
    height: 500px;
    text-align: center;
    background-color: rgb(216, 216, 8)
}
.col-nav ul {
    list-style-type: none;
    font-size: 22px;
    font-weight: bold;
}
.col-nav li {
    margin-top: 15%;
}
.home{
    color: white;
}
.col-about{
  
    width: 95%;
    height: 800px;
}
.col-icons{
    border: 3px solid rgb(216, 216, 8);
    border-radius: 40px;
    background-color: rgb(216, 216, 8);
    width: 5%;
    height: 600px;
    margin-top: 15%;
    padding: 5px;
   
}
.col-icons i{
    font-size: 30px;
    margin-top: 90%;
    margin-left: 10px;
  
    
}
.about-me{
    height: 300px;
    text-align: center;
}
.h1{
    font-size: 100px;
    font-weight: bold;
}
.p1{
    font-size: 25px;
    
}
.collins{
    font-weight: bold;
}
.what{

    height: 420px;
}
.black{
    width: 40%;

    height: 420px;
    background-color: rgb(26, 25, 25);
}
.black-1{
  
    height: 200px;
    display: flex;
}
.black-2{
    
    height: 200px;
    display: flex;
}
.col-inside{
    width: 50%;
    height: 200px;
    border-right: 3px solid grey;


}
.col-inside h1{
    margin-left: 30%;
    margin-top: 30%;
    color: rgb(216, 216, 8);
}
.col-inside p{
    margin-left: 30%;
    font-weight: bold;
    color: white;
}


