I am seeking assistance on how to create a hover effect for this heading in Bootstrap. I have tried using CSS without success. Thank you in advance.
NOTE: I have not included the Bootstrap links as I am utilizing downloaded compiled files.
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Bootstrap-Begining</title>
<link href='https://fonts.googleapis.com/css?family=Lato' rel='stylesheet'>
</head>
<body>
<!--TOP BAR THAT GONNA HOLD TITLE AND MENU-->
<div id="top-bar" class="container-fluid"
style="background-color: black;">
<div class="row">
<div id="title" class="col-6 p-5" style=" border: 1px solid white;">
<p id="logo" style="color:white ;font-family: Lato;margin-left: 30%;">
<span style="font-size:45px;">ENERGY FLASH.</span><br> /MUSIC BLOG</p>
</div>
<div id="menu"></div>
</div>
</div>
</body>
</html>