        * {
            font-family: 'Open Sans', sans-serif;
        }
        a{
          color: blueviolet; 
          background-color: aqua; 
          text-shadow: 6px 4px 2px #ff3312;
          text-transform: uppercase;
          border-radius: 2px;
          margin: 5px;
          text-align: center;
        }
        nav a{
            font-size: 30px;
            box-shadow: 5px 5px 5px #ff3312;
            text-align: center;
        }

        h1 {
            color: whitesmoke;
            margin-top: 30px;
            margin-bottom: 15px;
            text-shadow: 15px 15px 7px black;
            text-align: center;
        }

        h2 {
            color: indigo; 
            margin-top: 30px;
            margin-bottom: 15px;
            text-shadow: 15px 15px 7px black;
            box-shadow: 5px 5px 5px;
            text-align: center;
        }

        p {
            background-color: saddlebrown;
            margin-left: 25px;
            margin-right: 25px;
            text-align: center;
        }

        body {
            background-color: lightgrey;
            text-align: center;
        }
        ul {
            margin-left: 45%;
            text-align: left;
            list-style-image: url(images/bullet.png);
        }
        .card{
            background-color: aqua ;
            margin-top:  10px; ;
        }