body{
    text-align: center;
    
}

#enterDetails{
    float: left;
    width: 50%;
    background-color: darkslategray;
    color: floralwhite;
}

#findDetails{
    float: left;
    width: 50%;
    background-color: floralwhite;
    color: darkslategray;
}

input{
    width: 120px;
}