html, body {
    background: url('1aac4a6f-f327-4cb3-8edd-7291481a0a3d.png');
    margin: 0;
    padding: 0;
    background-color: 255,250,250;
}

.foto-container {
    width: 100%;
    text-align: center;
    padding: 16px;
}
img {
    border: 5px double #292f32; 
    border-radius: 10%;
}

.container img {
    border-radius: 50%;
}

h1 {
    color: blue;
    filter: drop-shadow(0 0 10px #fffdef);
    text-align: center
}

p {
    color: blue;
}
.botao {
    width: 100px;
    height: 100px;
}

.container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 400px;
    margin: 0 auto;
    margin-top: 30px;
    text-align: center;
}

p {
    margin-top: 0;
}

.container > div {
    cursor: pointer;
    display: block;
    filter: drop-shadow(0 0 10px #fffdef);
}

footer img {
    width: 40px;
    height: 40px;
}

footer {
    display: flex;
    justify-content: center;
}
  
footer a {
    margin: 20px;
    text-align: center;
}

footer p {
  margin-top: 2px;
  margin-top: 2px;
  font-size: 14px;
  text-transform: uppercase;

    }
}
