#enterString{
    display:flex;
    flex-direction: row;
    justify-content: center;
}
#everything{
    display: flex;
    flex-direction: row;
    margin:auto;
    justify-content: center;
}
.stuff{
    margin: 10px 20px;
}