*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    background: url(https://thefabricco.com/cdn/shop/products/di0946.jpg?v=1707737162&width=480) no-repeat center fixed;
    background-size: cover;
}
#wolverine {
    width: 250px;
    transition: all 1.4s cubic-bezier(.075,.82,.165,1);
    transition: ease-in-out;

}
#Tomato {
    width: 75px;
}