body{
    background-color: black ;
   font-size: 30px;
   font-family: Arial, Helvetica, sans-serif;
   color: aliceblue;

}
.inicio {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
    justify-content: center;
    margin-left: 1%;
    border-radius: 20px;
    border: white solid 2px;
    width: 98% ;
    justify-content: center;
}
.frame {
    border: white solid 2px;
    border-radius: 20px;
    width: 30%;
    height: 30%;
    overflow: hidden;
    padding: 5px;
}
.desc {
    border-top: rgb(90, 72, 72) solid 5px ;
    text-align: center;
    
}
.imagem {
    display: grid;
    
}
.imagem img {
    width:100%;
	height:100%;
	object-fit:cover;
	display:block;
}

.linkos_redondos{
    width: 20vh;
    height: 20vh;
	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;
}
a:hover, a:visited, a:link, a:active
{
    text-decoration: none;
    color: #fff;
}