*{
    background-color: #FF595E;
    box-sizing: border-box;
    padding: 0;
}

.nome{
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    background-color: white;
    color: #990D35
}

.fototexto{
    margin-top: 40px;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    border: solid 5px black;
}

.texto{
    margin-left: 70px;
    font-size: 25px;
}

.eu{
    font-size: 50px;
    font-family: 'Ysabeau Office';
}

.cin{
    display: flex;
    justify-content: baseline;
}

.cinlogo{
    width:65px
}

a{
    color: black;
}

.curso{
    font-size: 25px;
}

mark{
    background-color: yellow;
}

.foto{
    display: flex;
    border: 8px solid;
    border-radius: 200px;
    transition: border-radius 2s;
    width: 300px;
    height: 350px
}

@media (max-width: 760px) {
    .foto{
        width: 200px;
        height: 200px;
        margin-left: 10px;
    }
}

.foto:hover{
    border-radius: 0px;
    transition: border-radius 2s;
}

.habtitle{
    box-sizing: border-box;
    width: 160px;
    padding: 0;
    height: 40px;
    background-color: red;
    font-size: 30px;
    font-weight: 1000;
    margin: 0;
    margin-left: 10px;
    border:solid 
}

.habtitle:hover + .textoc1{
    opacity: 1;
    color: white;
}

.listahab{
    background-color: red;
}

.textoc1{
    opacity: 0;
    box-sizing: border-box;
    width: 160px;
    height: 180px;
    border: 2px solid black;
    background-color: red;
    margin-left: 10px;
}

.todos{
    display: flex;
}

.mattitle{
    width: 160px;
    padding: 0;
    height: 40px;
    background-color: red;
    font-size: 30px;
    font-weight: 1000;
    margin: 0;
    margin-left: 10px;
    border:solid 
}

.mattitle:hover + .textoc2{
    opacity: 1;
    color: white;
    background-color: red;
}

.listamat{
    list-style-type: none;
    background-color: red;
    width: 0;
}

.textoc2{
    opacity: 0;
    box-sizing: border-box;
    width: 160px;
    height: 350px;
    border: 2px solid black;
    background-color: red;
    margin-left: 10px;
}

.hobbtitle{
    box-sizing: border-box;
    width: 160px;
    padding: 0;
    height: 40px;
    background-color: red;
    font-size: 30px;
    font-weight: 1000;
    margin: 0;
    margin-left: 10px;
    border:solid 
}

.hobbtitle:hover + .textoc3{
    opacity: 1;
    color: white;
}

.listahobb{
    list-style: none;
    background-color: red;
    width: 0;
}

.textoc3{
    opacity: 0;
    box-sizing: border-box;
    width: 160px;
    height: 90px;
    border: 2px solid black;
    background-color: red;
    margin-left: 10px;
}

.caxcon{
    display: flex;
    align-items: center;
}

.contato{
    margin: 200px;
}

.hk{
    width: 60px;
    margin-left: 50%;
}

.logocnt{
    width:30px;
    transition: width 1s;
}

.logocnt:hover{
    width: 50px;
    transition: width 1s, transform 2s;
    transform: rotate(360deg);
}