@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');
@import url('index.html');
div {	
    font-size: 40px;
    text-align: center}
    
    body {background-color: pink;
        font-family: 'raleway';
        font-size: 40px;
        color: #000000;
    }
    
    .class{
        padding: 30px;
        width: 90px;
        height: 90px;
        float: left;
        background-size: contain;
        background-repeat: no-repeat;
        margin: 50px;
        list-style: inline;
    }
    
    
    #spring{background-image: url(img/spring);
              width: 50%;
              height: 50%;
            }
    #seeds{background-image: url(img/seeds pastel);
            width: 50%;
            height: 50%;}
    #portada{background-image: url(img/portada);
                width: 50%;
                height: 50%;}
    #NYTM{background-image: url(img/Portada\ NYTM.jpg);
            width: 50%;
            height: 50%;}
    #arabe{background-image: url(img/arabe);
           width: 50%;
           height: 50%;}
    #branding{background-image: url(img/branding);
          width: 50%;
          height: 50%;}
    #Business{background-image: url(img/Business\ Cards\ Mockup);
              width: 50%;
              height: 50%;}
           
    #poster{background-image: url(img/poster);
                width: 50%;
                height: 50%;} 


footer{
    background: black;
    width: 200px;
    text-align: center;
    color: pink;
    position: fixed;
    bottom: 50px;
    padding: 10px;
    border-radius: 10px;
    right: 50px;
    font-family: 'raleway';
    font-size: 20px;
}