

    .s1 {
        width: 100%;
        min-height: 25vh;
        display: flex;
        align-items: center;
        border-bottom: solid 1px white;
    
        }

    .mainPic{
        width: 100%;
        display: flex;
        }

.s2 {
    width: 100%;
    min-height: 40vh;
    padding-top: 0;
    
    background: linear-gradient(90deg, rgba(198,119,0,1) 0%, rgba(255,229,176,1) 50%, rgba(198,119,0,1) 100%);

    display: flex;
    justify-content: center;
box-shadow: 0 0 50px 0 white;
border-bottom: solid 1px white;

   
    }

    #welcomeCon {
        width: 100%;
        display: flex;
        flex-flow: wrap;
        justify-content: space-around;
      

    }

#picCon{
width: 404px;
height: 400px ;
display: flex;
justify-content: center;

align-items: center;
}

    #profilPic {
        height: 350px;
        justify-content: center;
        border: solid 3px white;
        border-radius: 250px;
      box-shadow: 0 0 15px;
        display: flex;
    
        
        
        }
        
.text1{
    width: 60%;
    font-size: 16px;
    text-shadow: 0 0 1px ;
   
    
}

        .welcome{
            text-align: center;
           border-radius: 10px;
           display: flex;
           justify-content: center;
           border-top: solid white;
            }


            .secondLine{
                text-align: center;
               border-radius: 10px;
               display: flex;
               justify-content: center;
               margin-top: -25px;
               border-bottom: solid white;
               }
        
        .hallo {
        text-align: center;
        
        }

      
        .s3 {
            width: 100%;
            min-height: 25vh;
            display: flex;
            align-items: center;
            border-bottom: solid 1px white;
        
            }
    
        .endPic{
            width: 100%;
            display: flex;
            }