#facebook,
#instagram {
    height: 60px;
    width: 60px;
}


button{
    background-color: rgb(24, 24, 24);;
    color: bisque;
    padding: 0.4rem;
    border-radius: 10% / 50%;
    border: 0.1rem solid bisque;
    cursor: pointer; /* Changes to a pointer icon */
}

button:hover{
    color: rgb(184, 165, 142);
    border: 0.1rem solid rgb(184, 165, 142);
}