﻿body {
    h1 {
           color: red;
    }
    h1:hover {
        text-decoration: underline;
        cursor: pointer;
    }

    .container {
        .navbar {
            background-color: green;
        }
    }
}
