.font-tech {
    font-family: "tech";
    font-display: swap;
}

.botao {
    background-color: #34495e;
    color: white;
    border-radius: 8px;
    padding: 12px;
}

.botao:hover {
    color: white;
    background-color: #212c43;
}