#controles_3d,
#avanca_paginas,
#edicao_projeto {
    align-items: center;
    gap: 12px!important;
}
.bot{
    font-size: 19px;
    font-family: 'Titan One', cursive;
    user-select: none; 
    color:#FFF;
    background-color:#333;
    border:1px solid #000;
    padding:20px;
    cursor:pointer;
    display:flex;
    align-items: center;
    justify-content: center;
    border-radius:40px;
    height: 55px;
    box-shadow: 4px 3px 15px rgba(0, 0, 0, .6);
}

.bot:hover{
    transform: scale(1.05);
}