h1{
    text-align: center;
    border-bottom: 4px solid green;
    border-top: 4px solid yellow;
    border-radius: 15px;
    background-color:#607b8a ;
}
body{
    background-color:azure;
}
div{
    text-align: center;
 
}
.Facebook{
    margin: 25px;
}
.Facebook a {
    display: inline-block;
    background-color: #1877f2;
    color: white;
    padding: 12px 30px;
    border-radius: 15px;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    transition: 0.3s;
}
.Facebook a:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(0, 0, 0,0.3 );
}
Instagram{
    margin: 25px;
}
.Instagram a {
    display: inline-block;
    background:linear-gradient(45deg,#feda75,#fa7e1e,#d62976,#962fbf,#4f5bd5);
    color: white;
    padding: 12px 30px;
    border-radius: 15px;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    transition: 0.3s;
}
.Instagram a:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(0, 0, 0,0.3 );
}