body{
    background-color: rgb(255, 253, 249); 
    margin-inline: auto; 
    font-size: 1.3rem;
    box-sizing: border-box;
    font-family: 'Inter';
    max-inline-size: 1000px; 
}

h1{
    color: #ff99cc;
}

footer{
    display: flex;
    text-align: center;
    justify-content: center;
    gap: 20px;
}