
body {
    color: #2c659fcc;
} 

footer {
    color: #1e2123;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
      
}

img {
    /* Necessary to avoid stretch on Safari */
    width: fit-content;
}



@media (max-width: 550px) {
    
    #contactForm{
        margin-top: 15px;
    }
    p {
        color: #155ca38a;
        
    }
    ul {
        margin-top: 30px;
        margin-bottom: 45px;
        color: #155ca38a;
        
    }
    h3 {
        font-weight: bold;
        color: #155ca38a;
    }
    
    img {
        margin-top: -35px;
    }
    
    footer {
        position: relative;
        font-size: xx-small;
        margin-top: 20px;
        
    }
    
}


@media (min-height: 800px) {
    footer {
        position: fixed;
    }
}
