        
        html {
        box-sizing: border-box;
      }
      *, *:before, *:after {
        box-sizing: inherit;
      }

       body {
            background-color: black;
        }

        p {color: white;}

        h1 {
            color:hotpink;
            text-align: center;
            font-size: 48px;
            margin-bottom: 40px;
            font-family: 'Ubuntu', sans-serif;
        }
        
        #content {
            display: flex;
            flex-direction: column;
            align-items: center;
            grid-gap: 10px;
            font-family: 'Ubuntu', sans-serif;
            flex-wrap: wrap;
        }

        .text, .attribution {color:rgb(6, 221, 236);
            font-weight: 400;
            font-family: 'Roboto', sans-serif;
            font-size: 20px;
            border-left: 1px solid gray;
            border-bottom: 1px solid gray;
            margin-bottom: 20px;
            width: 400px;
            height: 300px;
            border-radius: 8px;
            padding: 5px 10px;

        }
        
        p.bkground {
            font-size: normal;
            margin-top: -6px;
            color:rgb(6, 221, 236);
            background-color: black;
            opacity: 70%;
        }

        p.footer {
            font-size: 12px;
            width: 400px;
            text-align: center;
            margin-top: -10px;
        }
        .attribution {
            margin-top: 20px;
            color: rgb(6, 221, 236); font-weight: 700;
            border: 0px;
            font-weight: normal;
            font-size: 22px;
            text-align: center;
            height: 100px;
    
        }

        a  {color: hotpink;}

        .space {
            background-image: url("img/all-space4x3.png");
            max-width: 100%;
            object-fit: contain;
        }

        .moonNstars {
            background-image: url("img/moonNstars3.png");
            max-width: 100%;
            object-fit: contain;
        }
        .cloudsNsky {
            background-image: url("img/cloudsNsky3.png");
            max-width: 100%;
            object-fit: fill;
        }
    
        
        .sun-beyond {
            background-image: url("img/sun-beyond.png");
            max-width: 100%;
            object-fit: fill;
        }

        .busy3 {
            background-image: url("img/busy4.png");
            max-width: 100%;
            object-fit: fill;
        }

        .meditation {
            background-image: url("img/meditation-4x3.png");
            max-width: 100%;
            object-fit: fill;
        }

        .sunset2        {
            background-image: url("img/sunset2.png");
            max-width: 100%;
            object-fit: fill;
        }

        #AdiDa {
            float: right;
            border-radius: 10px;
            padding-top: 6px;
        }
        .longQuote {
            height: 600px;
        }

        @import url('https://fonts.googleapis.com/css2?family=Roboto&family=Ubuntu:ital,wght@0,700;1,700&display=swap');