.tech_container {
    display: flex;
    justify-content: center;
}

.tech_grid {
    display: grid;
    grid-template-columns: auto auto auto auto;
}

button[type="submit"]{
    width: 125px;
    height: 75px;
}

.tech_label {
    display: flex;
    flex-direction: column;
    margin: 35px;
}
h4{
    margin-top: 10px;
    color: rgb(19, 19, 19);
}