body { font-family: 'Noto Sans', sans-serif; background-color: #333; color: #fff; } .container { width: 80%; margin: auto; border: 2px solid #fff; border-radius: 25px; padding: 20px; background-color: #444; } .nav a { text-decoration: none; color: #fff; padding: 10px 20px; border: 2px solid #fff; border-radius: 25px; background-color: #333; } img.flash_info { display: flex; width: 128px; transition: 0.4s; }; img.flash_info:hover { transition: 0.4s; width: 800px }; p.flash_info { display: flex; }; div.flash_info { justify-content:left; display: flex; };