body{box-sizing:border-box;background-color:#fcfcfc;min-height:100vh;margin:0;padding:20px;font-family:Poppins}.homepage-container{flex-direction:column;justify-content:center;align-items:center;min-height:80vh;display:flex}.page-container{flex-direction:column;align-items:center;display:flex}h1,h2{text-align:center}form{flex-direction:column;justify-content:center;align-items:center;display:flex}input{border:2px solid #d7d7d7;border-radius:5px;width:300px;height:30px;margin-bottom:20px;padding-left:10px;font-family:Poppins}footer{justify-content:center;margin-top:auto;display:flex}.header nav{flex-wrap:wrap;justify-content:center;align-items:center;gap:20px;max-width:1900px;margin:0 auto;padding:20px;display:flex}.mma-navs,.pool-navs{flex-flow:wrap;justify-content:center;gap:5px;display:flex}.main-content{text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex}#hero-title{margin-bottom:0}#hero-desc{margin-top:0;font-style:italic}.homepage-pics{object-fit:cover;object-position:center;filter:grayscale();border-radius:5px;width:250px;height:250px}.homepage-images{justify-content:center;align-items:center;gap:40px;margin-top:20px;display:flex}.pool-form-body{flex-direction:column;gap:20px;width:min(720px,100%);margin:0 auto;display:flex}.player-form-div{flex-wrap:wrap;justify-content:space-between;gap:40px;width:100%;display:flex}.player-form{text-align:left;flex-direction:column;justify-content:center;display:flex}.player-form>label{display:block}.player-form>p{text-align:center;background:#e5d2bd;border-radius:5px;padding:6px 12px;font-size:20px;font-weight:700}.match-details{flex-direction:column;align-items:flex-start;gap:12px;width:100%;margin:0;display:flex}.match-fields{flex-wrap:wrap;justify-content:space-between;gap:40px;width:100%;margin-top:12px;display:flex}.match-field{flex-direction:column;align-items:flex-start;gap:8px;display:flex}.match-field input{width:300px}.match-details h3{align-self:flex-start}.cards-container{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));justify-items:center;gap:24px;width:min(1080px,100%);margin:30px auto;display:grid}.matches-class{background:#bddae5;border-radius:10px;width:320px;padding:20px;transition:transform .15s,background .15s}.matches-class:hover{background:#bad6e1;transform:translateY(-4px)}.matches-class:active{transform:translateY(-1px)}.matches-class h2{border-bottom:2px solid #121212;margin-bottom:10px;padding-bottom:5px}.matches-class p{margin:6px 0}.stats-card{background:#bddae5}.match-cards-list{flex-wrap:wrap;justify-content:center;gap:20px;margin:30px auto;display:flex}.error-text{color:#b00020;text-align:center;margin:0 auto 10px;font-weight:600}.link-buttons{color:#3c3c3c;font-family:inherit;font-weight:700;font-size:inherit;cursor:pointer;appearance:none;background:#ebebeb;border:none;border-radius:5px;margin:5px;padding:10px 18px;line-height:normal;text-decoration:none;display:inline-block}.link-buttons:hover{background:#e4e4e4;transform:scale(.95)}.link-buttons:active{transform:scale(.9)}
