#form {
    margin-top: 35vh;
    margin-left: 50vh;

}

#form input {
    margin-right: 5px;
    height: 50px;
    width: 400px;
    text-align: center;
}

#form input[type=submit] {
    font-size: 20px;
    font-weight: 800;
    background-color: rgb(243, 152, 5);
    color: white; 
}

#notfound {
    color: rgb(174, 11, 11);
    text-align: center;
}

#found {
    color: greenyellow;
    text-align: center;
}