@charset "utf-8";
        img{
            border-radius: 50%;
        }
        section{
            border-width: 1px;
            border-color: gray;
            border-style: solid;
            border-radius: 8px;
            padding: 16px;
            margin-bottom: 8px;
            background-image: url(3718762_l.jpg);
        }
        .text { 
            color: white;
         }
         h1 { 
            color: red;
         }
        body{
            text-align: center;
        }