*{margin:0}body{height:100vh;width:100vw}.body{display:flex;justify-content:center;background-color:#bf0;height:100%;width:100%}#main{justify-content:center;border:5px solid black;display:flex;flex-direction:column}button{margin:25px;color:#000;text-shadow:2px 2px 3px rgb(5,190,246);background-color:#f20775}#toolBar{display:flex;justify-content:space-between;padding:25px}.thumbnails{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;justify-items:center}.thumbnail{height:100px;margin:10px}.thumbnail img{border:10px solid rgb(242,7,117);max-width:100%;max-height:100%}
