#container {
    margin: auto;
    width: 500px;
}

#findMe {
    margin-top: 75px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid black;
    width: 50px;
    height: 50px;
}

button {
    text-align: center;
    font-size: xxx-large;
    color: green;
    width: 100px;
    height: 100px;
}

input {
    text-align: center;
    font-size: xxx-large;
    color: green;
    width: 150px;
    height: 100px;
}

#interface {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

p {
    text-align: center;
}