*{margin:0;padding:0;box-sizing:border-box}body{font-family:Roboto,sans-serif}header{display:flex;flex-direction:column;min-height:30vh;justify-content:center;align-items:center}header h2{font-size:2.8rem;padding:2rem}#logo{text-decoration:none;color:#000}.search-form{padding:2rem;display:flex}.search-form input{font-size:2rem;padding:.5rem;width:100%;border:2px solid #4a4483}.search-form button{border:none;padding:.5rem;font-size:1rem;background:#4a4483;color:#fff;cursor:pointer}.gallery-info{display:flex;justify-content:space-between;align-items:center;color:grey;padding:.5rem 0}.gallery-info a{color:grey}.gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));padding:2rem 0;width:80%;margin:auto;row-gap:5rem;column-gap:3rem}.gallery-img img{width:100%;height:100%;object-fit:cover}.nav-button{min-height:30vh;display:flex;justify-content:center;align-items:center}.more{padding:1rem 3rem;background:#4a4483;color:#fff;border:none;font-size:1.2rem}.more{cursor:pointer}