.title{ font-size:25px; background-color: blue; color: white; font-weight: bold; border-radius: 5px; padding: 5px; } .middle{ font-size: 20px; } .small{ font-size: 17px; } .btn { font-size: 15px; padding: 5px; margin-bottom: 5px; background: silver; color: white; border-radius: 5px; border: 1px soli…