:root{--card-height: 250px;--card-width: calc(var(--card-height) / 1.5);--card-margin: calc(var(--card-width) / 2);--website-height: 500px;--website-width: calc(var(--website-height) / 1.5);--photo-width: 360px;--photo-height: calc(var(--photo-width) * 1.5)}@media screen and (min-width: 1921px){:root{--modal-width: 2000px;--website-height: 600px;--card-height: 300px}}@media screen and (max-width: 1850px){:root{--website-height: clamp(400px, 25vw, 480px)}}@media screen and (max-width: 1600px){:root{--card-height: 180px;--photo-width: 300px}}@media screen and (max-width: 1440px){:root{--photo-width: 250px }}@media screen and (max-width: 1280px){:root{--website-height: 350px}}@media screen and (max-width: 1120px){:root{--website-height: 300px;--card-height: 150px;--photo-width: 210px }}@media screen and (max-width: 576px){:root{--card-height: 120px}}.wrapper{display:flex;justify-content:center;align-items:center}.wrapper p{font-size:50px}
