<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <link href="customized.css" type="text/css" rel="stylesheet">
    <script type="text/javascript" async
            src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-MML-AM_CHTML">
    </script>

    <title>Interests</title>
    <style>
        body{
            background-color: aliceblue;
            font-size: 25px;
        }
    </style>
</head>
<body>
<nav>
    <div style="text-align: center">
        <a class="Links" href="home.html">Home</a>
        <a class="Links" href="aboutMe.html">About Me</a>
        <a class="Links" href="interests.html">Interests</a>
        <a class="Links" href="timeTable.html">TimeTable</a>
        <a class="Links" href="contact.html">Contact</a>
    </div>
</nav>
<hr>
<div id="top">

</div>

<div id="middle" style="margin-left: 30% ; margin-right: 30%">
    <h4 id="Hobbies">Hobbies<br>
    <ul>
        <li>listening to music</li>
        <li>playing pokemon go</li>
        <li>solving math</li>
    </ul>
        <hr>
    </h4>
    <h4 id="Ambitions">
        <p>I wish to become a theoretical scientist in computer science .</p>
    </h4>
    <hr>
    <h4 id="MathFormula">
        I have been using pythagoras theorem , the Gibbs Free Energy Equation a lot ..
        <br>

        <p> \( x^2 + y^2 = z^2 \)</p>
        <p> \( \Delta G = \Delta H - T \Delta S   \)</p>

    </h4>
</div>

<div id="bottom"></div>
</body>
</html>