@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&display=swap');

body {
    margin: 0;
    display: flex;
    justify-content: center;
    height: 100vh;
    align-items: center;
    font-family: "Caveat", cursive;
    font-optical-sizing: auto; 
    background-color: rgb(236, 154, 218);  
}
