body{
    background-color: black ;
    font-size: 40px;
}

.centro {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 100vh;
    border: 2px solid white;
    border-radius: 40px;
    flex-wrap: wrap;
    color: whitesmoke;
    gap: 10px;
    background-image: url(\Veiga\O_senhor.png);
    background-repeat: repeat;
    background-size: cover;
    
}
.centro div {
    
    text-align: center;
}
.centro p{
    padding: 20px;
}
.foto{
    width: 30vh;
    height: 30vh;
	border:3px solid white;
	border-radius:50%;
	display:grid;
	place-items:center;
	margin:10px auto 8px;
	background:#fff;
    object-fit: contain;
    overflow: hidden;
}

.foto img {
    width:100%;
	height:100%;
	object-fit:cover;
	display:block;
}
.nome{
    font-size: 75px;
    width: 100%;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    padding: 20px;
}

.linkos {
    max-width: 100%;
	max-height:100%;
    border: 2px solid white;
    width: 75%;
    color: black;
    text-decoration: none;
    border-radius: 40px;
    padding-left: 15px;
    padding: 20px;
    
}
.linkos i{
    float: left;
    text-align: left;
    font-size: 60px;
    color: #fff;
}
a:hover, a:visited, a:link, a:active
{
    text-decoration: none;
    color: #fff;
}
.pular {    
    width: 100%;
}
.linkos_redondos{
    width: 10vh;
    height: 10vh;
	border:3px solid white;
	border-radius:50%;
	display:grid;
	place-items:center;
	margin:10px auto 8px;
	background:#fff;
    object-fit: contain;
    /* max-width: 100%; */
    overflow: hidden;
}

.linkos_redondos img {
    width:100%;
	height:100%;
	object-fit:cover;
	display:block;
}
i {
    color: black;
}