.main-flow {
    display:grid;
    grid-template-columns: 1fr 2fr 1fr;
    color:rgb(255, 255, 255);
    padding: 2rem;
    font-size: 1.2rem;
    max-width: 100%;
    background-image: url("gut_house.jpg");
    background-attachment: fixed; 
    background-size: 100% 100%;
}

h1 {
    font-size: 3rem;
    font-weight: 400;
}

.central-column {
    grid-column: 2 / 3;

}

.smaller-text {
    font-size: 1.3rem;
}

.footer-1 {
    display:flex;
    justify-content: flex-end;

    img {
        height: 100px;
        padding:1rem;
    }
}