body{
    font-family: Arial;
    margin:0;
    padding:0;
}

header{
    background:#333;
    color:white;
    text-align:center;
    padding:40px;
}

section{
    padding:40px;
    margin:20px;
    border-radius:10px;
}

.Aboutme{
     background:lavenderblush;
}
.services{ 
    background: paleturquoise; 
    text-align: center;
}

#web{
    color:blueviolet;
    text-align: left;
    margin: 50px;
    padding: 15px;
    border: black;
}
#app{
    color:darkorchid;
    text-align: center;
    margin: 50px;
    padding: 15px;
    border: black;
}

#cloud{
    color: darkorchid;
    text-align: right;
    margin: 50px;
    padding: 15px;
    border: black;
}

.testimonials{
    background:#fce4ec; 

}
#contact{
    background:lightblue;
    text-align: center;
    
}

#service{
    text-decoration: underline;
}
footer{
    background:#333;
    color:white;
    text-align:center;
    padding:15px;
}

input, textarea{
    width:100%;
    padding:10px;
}

form{
    display: flex;
    flex-direction: column;
    width: 300px;
    margin: auto;
}
button{
    background:#333;
    color:white;
    border:none;
    padding:10px 20px;
    cursor:pointer;
}
