body, html {
    margin: 0;
    padding: 0;
    height: 100%;
}

#about {
    background: url(images/rain.jpg) no-repeat center center fixed;
    background-size: cover;
    height: 100vh;
    text-align: center;
    padding: 0; 
}


.header-text{
    background-color: rgb(0, 0, 0);
    font-size: 16px;
    cursor: pointer;
    border-radius: 50px;
    color: aliceblue;
}

.about-paragraph p {
    font-size: 18px;
    line-height: 1.6;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.about-col-1 img {
    max-width: 50%;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 5px;
}


.copyright {
    background-color: black;
}

.copyright p {
    color: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    margin: 0px;
}

footer {
    margin: 0; 
    padding: 0;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(images/background.jpg);
    }
    
    
    
    .social-icon{
    border-color: #04eeff;
    }
    
    
    .contact-left{
    background-image: url(wall.jpeg);
    padding: 14px 28px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;}
    
    