.pageContainer{
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
    padding-top: 20px;
}

#toolGrid{
    display: grid;
    grid-template-columns: auto auto;
    justify-content: center;
    align-items: center;
    text-align: center;

    row-gap: 10px;
    column-gap: 50px;
    padding: 10px;


}


#nonMachineToolsButton{
    border-color: rgb(91, 173, 91);
}

#nonMachineToolsButton:hover{
    background: rgb(136, 233, 136);
}


#viewAllOptionsButton{
    border-color: rgb(169, 242, 255);
    background: rgb(43, 188, 255);
    text-align: center;
    width: 60vw;
}



a { 
    color:rgb(240, 240, 240);
    text-decoration: none
}



a:visited { text-decoration: none; color:rgb(240, 240, 240); }
a:hover { text-decoration: none; color:rgb(240, 240, 240); }
a:focus { text-decoration: none; color:rgb(240, 240, 240); }
a:hover, a:active { text-decoration: none; color:rgb(63, 63, 63) }