*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body{
    background-color: #2a2d3e;
   justify-content: center;
    display: flex;
    height: 500px;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
    

}
.contact{
    background-color: #1b1f2b;
   height: 450px;
   align-items: center;
   justify-content: center;
   text-align: center;
   align-items: center;  
   
}
h1{
    color: white;
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}
.row1{
    display: flex;
    justify-content: center;
    margin-top: 30px;
    gap: 25px;
    width: 450px;
    height: 50px;
    margin: 20px;
 
    
}
input{
    width: 100%;
    border-radius: 5px;
    outline: none;
    background-color: #2a2d3e;
    border: none;
    border: 1px solid rgb(105, 103, 103);
    padding: 15px;
    color: white;
    
}
textarea{
    width: 90%;
    margin: 20px;
     margin-top: 15px;
     margin-bottom:10px ;
     height: 150px;
     background-color: #2a2d3e;
     border-radius: 5px;
    border: none;
    border: 1px solid rgb(105, 103, 103);
    color: white;
    outline: none;
    padding: 1px;
    display: flex;
}

button{
    height:45px;
    width: 91%;
    margin-top: 5px;
    border-radius: 5px;
    background-color: rgb(56, 135, 161);
    color: white;
    background-color: #4a90e2;
    outline: none;
    border: none;

}
button:hover{
    background-color: #357ABD;
    cursor: pointer;
}
 



       
     
        
        
    

