﻿/* Style the container */
.contain {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2px 0;
    width:100%;
}

/*.contain1 {
    display: flex;
    align-items: center;
    justify-content: center;
}*/
/* Style the input and button */
input {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-right: 10px;
}

button {
    padding: 10px 10px;
    background-color: #0074b7;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
