* {
    margin: 0;
    padding: 0;
}

body{
    height: 100vh;
    box-sizing: border-box;
    background: url('/img/sukunaback.jpg');
    background-position: 60px -42px;
    background-size: cover;
}
.titulo{
    text-align: center;
    position: relative;
    top: 10px;

}
.texto-destaque {
    color: red;
    font-style: oblique;
    font-size: larger;
}

h1{
 color: black;
}

.selecao {

    margin: 10%;

}

.bloco_1 {
    display: flex;
    justify-content: center;
    text-align: center;
    column-gap: 25px;
    padding: 1%;
}

.bloco_1 a {
    display: flex;
    justify-content: center;
    text-align: center;
    column-gap: 25px;
    padding: 1%;
}
    

.personas :hover {
    cursor: pointer;
    transform: scale(1.2);

}



img {
    transition: transform 0.5s;
    display: block;
    width: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    border-radius: 45%;
    
}


.personas a {
    text-decoration: none;
    color: black;
    
}


.gojo_text :hover {
    color: blue;    
}

.geto_text :hover {
    color: orange;
}

.subuxa_text :hover {
    color: red;
}

.toji_text :hover {
    color: green;
}

@media (max-width: 420px) {
    .bloco_1 {
        width: auto;
        padding: auto;
        padding: 4vh;
        }

        img {
            width: auto;
            
        }
}