.container{display:flex;align-items:center;justify-content:center;height:100vh;width:100vw;background-color:#ff0;transition:background-color 1s linear;text-align:center}button{font-size:4rem;background-color:red;padding:1rem;border:none;border-radius:1rem}button:active{background-color:#00f}
