footer{
    background-color: rgb(50, 50, 50);
    width: 100vw;
    height: 150px;
    
    display: flex;
    align-items:start;
    justify-content: left;
    box-sizing: border-box;

    padding: 20px;
    gap: 20px;
}

footer strong, footer p{
    color: white;
}
