:root{font-size:62.5%}*{padding:0;margin:0;box-sizing:border-box;font-family:Montserrat Alternates,sans-serif;font-size:.6rem;font-weight:500}.quentin-container{background-image:url(/Quentin/background.jpeg);background-repeat:no-repeat;background-size:cover;background-position:50%;background-color:rgb(10,10,10);height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center}h1{font-size:7rem;text-align:center;padding-top:2rem;color:antiquewhite;text-shadow:4px 6px 9px rgba(0,0,0,.82)}.card-container{display:flex;justify-content:center;flex-wrap:wrap;gap:20px;margin-top:20px}.card{width:250px;border-radius:20px;background-color:black;color:antiquewhite;overflow:hidden;transition:transform .8s ease;box-shadow:17px 13px 18px 40px rgba(0,0,0,.22);margin:20px;text-align:center}.card:hover{transform:translateY(-10px)}.card img{width:100%;height:auto;object-fit:cover}.card-content{padding:20px}.card-content h2{font-size:2rem;margin-bottom:2rem}.card-content .more{display:inline-block;color:white;padding:5px 10px;font-size:16px;text-decoration:none;background-color:rgb(54,51,51);border-radius:8px;margin-top:16px}.back-button-container{display:flex;justify-content:center;margin-top:3rem}.back-button{background-color:#DD7921;color:#f5deb3;border:none;padding:1.5rem 3rem;border-radius:.3rem;font-size:1.8rem;cursor:pointer;transition:background-color .3s;text-align:center;display:flex;flex-direction:column;align-items:center;box-shadow:0 .4rem .8rem rgba(0,0,0,.5)}.back-button:hover{background-color:#c19a6b}.back{display:flex;justify-content:center}.link{text-decoration:none;text-transform:capitalize;font-size:14px;color:#eeeeee}