        body 
            {background-image: url('https://bettysgraphics.neocities.org/images/backgrounds/stars%201.gif');}
        h1 {color:white; text-align: center; font-size: 50px;} 
        p  {color:blue; text-align: center; font-size: large;}
        img {align-items: center;}
        .main-body {
            text-align: center;
            color:white
        }
        .boxed {
            background-color:darkgreen ;
            width: 80%;
            height: 80%;
            justify-items: center;
            border: 1px solid white;
            display: flex;
            justify-content: center;
            align-items: center;
            margin: auto;
        }
        .container {
            position: relative;
            text-align: center;
            color: aliceblue;
        }
        .centered {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            color:rgb(255, 0, 221);
            font-size: 30px;
            
}
