*,:after,:before{box-sizing:border-box;margin:0;padding:0}body{font-family:Josefin Sans,serif;font-size:1rem;overflow-x:hidden}ul{list-style-type:none}.text-sm{font-size:.5rem}.text-lg{font-size:1.5rem}.text-xl{font-size:2rem}.flex{display:flex}.justify-center{justify-content:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-evenly{justify-content:space-evenly}.align-center{align-items:center}.container{width:100vw}.bg-blue{background-color:#00f}.bg-white{background-color:#fff}.text-white{color:#fff}.text-gray{color:gray}.uppercase{text-transform:uppercase}h1,h2,h3,h4,h5,h6,.lg{font-size:1.5rem;font-weight:100}p{font-size:.8rem}button{font-size:.8rem;border-radius:2.5px;cursor:pointer}.blocks{display:grid;grid-template-columns:1fr;margin:1rem;gap:1rem}.block{display:flex;flex-direction:column;padding:.5rem;border-radius:2.5px}@media screen and (min-width: 768px){.blocks{grid-template-columns:1fr 1fr}}@media screen and (min-width: 1100px){.blocks{margin:1.5rem;gap:1.5rem}h1,h2,h3,h4,h5,h6,.lg{font-size:2rem}p,button{font-size:1rem}}@media screen and (min-width: 1200px){.blocks{margin:1.5rem;gap:1.5rem}h1,h2,h3,h4,h5,h6,.lg{font-size:2.5rem}p{font-size:1.5rem}button{font-size:1rem}}@media screen and (min-width: 2560px){.blocks{margin:2.5rem;gap:2.5rem}h1,h2,h3,h4,h5,h6,.lg{font-size:3.5rem}p{font-size:2rem}button{font-size:1.5rem}small{font-size:1rem}}@media screen and (min-width: 3840px){.blocks{margin:3.5rem;gap:3.5rem}h1,h2,h3,h4,h5,h6,.lg{font-size:5rem}p{font-size:3rem}button{font-size:2.5rem}small{font-size:1.5rem}}
