.which-way-pm-dev{
    display:flex;
    flex-direction:row;
    justify-content:space-evenly;
    width:80vw;
}

.emulators {
    display:flex;
    flex-direction:row;
    justify-content:space-around;
    width:80vw;
    margin-bottom:0;
}

.misc-emulators{
    display:flex;
    flex-direction:row;
    justify-content:space-evenly;
    width:80vw;
    margin:0;
}

.the-old-way, .the-new-way{
    display:flex;
    flex-direction:column;
    margin:2%;
}

.huh{
    align-items:center;
    margin-top:5%;
}

.tool-link{
    color:#3e8fb0;
}

.container{
    justify-content:start !important;
}

div{
    margin:0;
}