
body{
    background-color:rgb(152, 236, 166);
    margin: 0; 
    padding: 0;
    font-family: 'Courier New', Courier, monospace;

}

header {
    background-color: rgb(25, 179, 184);
    height: 100px;
}
    


    *{
        border: 115px 
    }

#chooseanimage {
    height: auto;
    width: auto ;

}

header {
    background-color: rgb(75, 238, 84);
    height: 100px;
}
    
footer{
    text-align:center;
    background-color: rgb(75, 238, 84);
    height: 100px;
}

footer p{
    padding-top: 12px;
}

#sandwichImagesSection {
    margin: 20px;
    padding: 20px;
    border: 1px solid #dd274e;
    background-color: #ece921;
  
}