.foto {
    border-radius: 50%;
    overflow: hidden;
    width: 150px;
    height: 150px;
    margin: 0 auto;
}

.foto img {
    height: 100%;
    width: 100%;
    border: 5px;   
}

.tudo {
    margin: 0 auto;
    text-align: center;
    background-color: #efe7da7e;
    padding: 40px;
    border-radius: 40px;
    max-width: 500px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.4);
}

body {
    background-color: #D2AD7A;
    
}

.botao1 {
    display: flex;
    margin-bottom: 13px;
    background-color: white;
    border-radius: 15px;
    height: 40px;
    text-decoration: none;
    font-weight: 600;
    padding: 12px 20px;
    font-size:larger;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: black;
    align-items: center;
    box-shadow: 0px 10px 20px rgba(0,0,0,0.4);
    justify-content: center;
    gap: 15px;
}

.botao1:hover {
    transform: scale(1.02);
    background-color: rgba(245, 245, 245, 0.522)
    ;
}

.botao2 {
    display: flex;
    margin-bottom: 13px;
    background-color: white;
    border-radius: 15px;
    height: 40px;
    text-decoration: none;
    font-weight: 600;
    padding: 12px 20px;
    font-size:larger;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: black;
    align-items: center;
    box-shadow: 0px 10px 20px rgba(0,0,0,0.4);
    justify-content: center;
    gap: 15px;
}

.botao2:hover {
    transform: scale(1.02);
    background-color: rgba(245, 245, 245, 0.522)
    ;
}

.botao:active {
    background-color: rgba(255, 255, 255, 0.499);
}

h1 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

p {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.iconlinkedin {
    width: 40px; height: 40px;

}

.icongithub {
    width: 40px; height: 40px;

}

.caixabussola {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
    transition: transform 0.4s ease;
    cursor: pointer;
}

.caixabussola:hover {
    transform: scale(1.1);
}

.caixabussola:hover #bussola {
    display: none;
}

.caixabussola:hover .bussolaaberta {
    display: block;
}

#bussola {
    width: 100px;
    display: block;
}

.bussolaaberta {
    display: none;
    width: 230px;
    display: none;
}