    body { font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 400;
    font-style: normal; }
    
    h1 { font-family: "Roboto","Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 900; 
        font-style: normal; }
    
    footer p {text-align: center;}

    #logo {
        width: 70px;
        height: auto;
    } 
    header {
        background: rgb(145,104,104);
background: linear-gradient(180deg, rgba(145,104,104,1) 4%, rgba(165,123,123,1) 39%, rgba(175,134,134,1) 48%, rgba(204,170,170,1) 67%, rgba(233,209,209,1) 100%);
        border: 1px solid #000;
        height: 55px;
        padding: 20px;
    }
    body {
        background: #F7E6E6;
        background: linear-gradient(270deg, #F7E6E6 27%, #F3DBDB 100%);
    }


    body {
        font-family: "Roboto", sans-serif;
        font-weight: 400;
        font-style: normal;
        margin: 0; 
        padding: 0;
        }

        footer {
            background: rgb(145,104,104);
background: linear-gradient(0deg, rgba(145,104,104,1) 4%, rgba(165,123,123,1) 39%, rgba(175,134,134,1) 48%, rgba(204,170,170,1) 67%, rgba(233,209,209,1) 100%);
            padding: 30px;
            height: 100px;
            border: 1px solid #000;
            
        }

        header {
            background-color:  #6F5454;
            padding: 30px;
            height: 100px;
            color: white;
            font-size: 50px; 
            font-weight: 900;
            font-style: normal;
            }
            
            nav ul {
                list-style-type:none
                }

                nav ul li {
                    display: inline;
                    margin-right: 16px;
                    }
                    a {text-decoration: none;}
                    
                    main {
                        margin-left: 36px;
                        }
                        
                        .thumbnails{
                            display: flex;
                        }
                        
                        header span {
                            position: relative;
                            top: -21px;
                            }
