html{
scroll-behavior:smooth;
}

h2,h1,th,td{
            
            color:#2A3132;
            font-family: "Outfit", sans-serif;
        }

        h3{
                  
                   font-family: "Outfit", sans-serif;
                   color:#2A3132;
        }
        

        p{
            color:#2A3132;
            font-family: "Outfit", sans-serif;
            
        }
        
        #resumes{
            text-align: center;
             margin-left: auto;
             margin-right: auto;
             font-size: x-large;
        }
        #AM
        {
            text-align: center;
             margin-left: auto;
             margin-right: auto;
             font-size: x-large;
        }
        #Descrip{
            text-align: center;
             margin-left: auto;
             margin-right: auto;
             font-size: x-large;
        }
    

        body{
            background-color:#FCF6F5;
        }

        button{
            padding-inline: 40px;
            padding-block: 10px;
            background-color: #b3daa2;
            border-radius: 20px;
            border-color: #FCF6F5;
            cursor: pointer;
            font-family: "Outfit", sans-serif;        
        }

        #res{
            padding-inline: 40px;
            padding-block: 10px;
            background-color: #b3daa2;
            border-radius: 20px;
            border-color: #FCF6F5;
            cursor: pointer;
            text-align: center;
        }

        
        #res:hover{    
            background-color: #95bea9; 
            font-size: 12px;
        }

        button:hover{
            background-color:#95bea9;
            font-size: 12px;
        }
        
        #Profile{
            border-radius: 50%;
            width: 200px;
            height: 200px;
            object-fit: cover;
            border-color: #2A3132;
            border-style: solid;
      
        }

        #topbuttons {
        position: sticky;
        top: 5px;
        display: flex;
        justify-content: center;  
        gap: 15px;                 
        flex-wrap: wrap;
        
        }

        th{
            
            background-color: #A1BE95;
        }
        a{
          all: unset;
          cursor: pointer;
          
        }
       .Divs{
        background-color: #A1BE95;
        background-color: #A1BE95;
        text-align: center;
        border-style: solid;
        border-radius: 5px;
        display: grid;  
        justify-content: center;
        font-family: "Outfit", sans-serif;
    }
    .Divs1{
        
        border-style: solid;
        border-width: 5 px;
        background-color: #A1BE95;
        border-radius: 20px;
        border-color: #add899;
        display:block;  
        flex-wrap: wrap;
       font-family: "Outfit", sans-serif;
    }

    .Divs1:hover{
        background-color: #95bea9;
        transform: translateY(-2px);
    }
    .Divs:hover{
        background-color: #95bea9;
        transform: translateY(-8px);
    }
    .Divs2{ 
        background-color: #A1BE95;
        width:100px;
        height:30px;
        text-align:center;
        border-radius: 25px;
        font-family: "Outfit", sans-serif;
    
    }
     .Divs3{
        
        border-color: #A1BE95;
        border-width: 15px;
        background-color: #A1BE95;
        height:30px;
        border-radius: 25px;
        float: left;
        margin-left: 50px;
        width:250px;
        text-align: center;
        font-family: "Outfit", sans-serif;
    
    }

    img{
        width: 550px;
        height: 300px;
        object-fit:contain;
    }
    

    .Content{
        display: flex;
        padding-bottom: 100px;
        gap: 10px;
        justify-content: center;
        flex-wrap:wrap;
        text-wrap: wrap;
    }

    

       .Content1{
        display: flex;
        gap: 20px;
        justify-content: center;
        flex-wrap:wrap;
    }

        .Content2{
        display: flex;
        gap: 10px;
        flex-wrap:wrap;
    }

    #Skills{
        padding-top: 50px;
       
    }

    #AboutMe{
         scroll-margin-top: 100px;
    }

    #table1{
        margin-left: auto;
        margin-right: auto;
        height: 200px;
        text-align: center;
        border-radius: 5px;
        text-wrap-style: pretty;
        border-style:ridge;
    }