.image {       
    width: 300px;;    
    height: 300px;   
    }


.header {
    text-shadow: 
    -2px -2px 0 rgb(255, 255, 255),  
     2px -2px 0 rgb(255, 255, 255),
    -2px  2px 0 rgb(255, 255, 255),
     2px  2px 0 rgb(255, 255, 255); 
}

element {
    background-image: url('wallpaper.jpg');
    background-repeat: no-repeat;
  }

.sara {
    margin: 20px;
    position: relative; 
    top: -350px;               
    width: 300px;;    
    height: 300px;
    transform: translateX(140px); 
    border: 5px solid black;
    border-radius: 10px; 
    box-shadow: 2px 2px 5px gray; 
    }

    .sara2 {
        margin: 20px;
        position: relative; 
        top: -380px;               
        width: 300px;;    
        height: 300px;
        transform: translateX(670px); 
        border: 5px solid black;
        border-radius: 10px; 
        box-shadow: 2px 2px 5px gray; 
        }

        .sara3 {

         margin: 20px;
         width: 300px;;    
         height: 300px;
        transform: translateX(-730px); 
        border: 5px solid #000000;
        border-radius: 8px;
        position: relative;
        top: -150px;

        }

        .paragraph {

            text-shadow: 
           -1px -1px 0 rgb(0, 0, 0),  
            1px -1px 0 rgb(0, 0, 0),
           -1px  1px 0 rgb(0, 0, 0),
            1px  1px 0 rgb(0, 0, 0); 
        }

        .end {
            position: relative;
            left: 0%;
            width: 1550px;
            height: 80px;
            margin: 0;
            margin-top: 100px; 
            background-color: #e6ccb3;
            text-align: center;
            display: flex;
            align-items: center;
            justify-content: center;
            transform: translateY(50px)
            translateX(-10px);
        }
        
        .paragraph2 {

            text-shadow: 
           -1px -1px 0 rgb(0, 0, 0),  
            1px -1px 0 rgb(0, 0, 0),
           -1px  1px 0 rgb(0, 0, 0),
            1px  1px 0 rgb(0, 0, 0); 

            position: relative;
            top: -10px;
            left: 70px;

            text-align: center;
        }
