body {
    background-color: rgb(165 73 126 / 19%);
	margin: none;
}

h1 {
    text-align: center;  
}

#picContainer {
    background-color:whitesmoke;
    display: flex;   
    justify-content: center;   
    align-items: center;
    width: 100%;
}

 #pic {
    display: block;
    margin: auto;
    height: 87vh;
 }

 
.button-group {
    display: flex;
 }
 .button-group button {
    font-size: 4rem;
    border: 0;
 }

 .buttons {
    padding-top: .3%;
    display: grid;
   /* grid-template-columns: repeat(5, 2fr); */
    grid-template-columns: repeat(auto-fill, minmax(8%, 1fr));
    grid-gap: 5px;
}  
.buttonPic {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 10%;
}

.center {
    text-align: center;
}

button {
    background-color: #126;
    color: white;
    font-size: 0.7em;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 2%;
}
button:hover {
    background-color: #777;
}
/*
.picButton {
    display: block;
    margin: 20px auto;
    padding: 10px 20px;
    border: 2px solid  #4caf50 ;
    border-radius: 5px;
    background-color: white;
    color: #4caf50;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
}  */

#picButton:hover {
    background-color: #4caf50;
    color: white;
}
