*{
    margin: 0;
    padding: 0;
}
button{
    color: white;
    background-color: rgb(56, 56, 239);
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    border-radius: 2rem;
    height: 2rem;
    width: 5rem;
}
body{
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s ease;
}