html {
    text-align: center;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
display: inline-flexbox;
}
input {
    text-align: center;
    font-size: 26px;
    border-radius: 5%;
    text-decoration: none;
    background: #f1f1f1;
    color: black;
    border: none;
    height: 2rem;
    width: 10rem;
    margin: 2px;
}
.containers {
    display: inline-flex;
text-align: center;
/* margin: 50px; */
}
.container1 {
    color: black;
    width: 300px;
    padding: 15px;
    border-radius: 5%;
    font-size: 22px;
    text-align: center;
    display: table-cell;
}
.container2 {
    color: black;
    width: 300px;
    padding: 15px;
    border-radius: 5%;
    font-size: 22px;
    text-align: center;
    display: table-cell;
}
.logo {
    height: 100px;
    width: 250px;
    left: 0;
    top: 0;
}