        html,
        body {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
            text-align: center;
            font-family: Arial, sans-serif;
            background-image: url("https://sheelush.neocities.org/Images/6268187da16289594b51cad738fef847.jpg");
        }

        #container {
            width: 400px;
            margin: 120px auto;
            background-color: #66ffff;
            border: 2px solid pink;
        }

        .about-box {
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 10px;
            background-color:#c5dafc;
            border: 4px solid pink;

        }
        
        .about-box img {
          width: 150px;

        }
        
        .right-pagedoll img {
          position: fixed;
          height: 100%;
          width: 300px;
          right: 300px;
          bottom: 10px;

        }
        
        
        
        
        
        