*{padding:0;margin:0;box-sizing:border-box}body{background-color:#000}header{height:150px;display:flex;justify-content:center;align-items:center}header h1{font-family:Arial,Helvetica,sans-serif;font-size:3rem;font-weight:900;color:#fff}header h2{font-family:Arial,Helvetica,sans-serif;font-size:3rem;font-weight:20;color:#fd7676}.gallery-container{display:flex;flex-wrap:wrap;color:#fd7676;justify-content:space-evenly;gap:2vw;padding:0 2vw;border-radius:5px;background-color:#000}.gallery-items{width:340px;height:340px;border:10px solid #000;box-shadow:5px 5px 5px #fd7676;flex-grow:1;transition:transform .5s linear;border-radius:20px;background-color:#fd7676;color:#000}.gallery-items img{width:100%;height:100%;object-fit:cover;background-color:#fd7676;color:#000}.gallery-items:hover{transform:scale(1.3)}footer{height:100px;display:flex;justify-content:center;align-items:center;color:#fff;font-style:italic}p{text-align:justify;text-indent:50px;color:#fd7676;font-size:18px px}