.container{ width: 100%; height: 100%; background-color: #ffffff; }
.predict{ display: flex;
align-items: flex-end; justify-content: space-between; width: 100%;
} .tileBtn{ display: flex; justify-content: flex-end; width: 100%;
padding: 2rem 1rem 2rem 0;
} .corn{ cursor: pointer; margin-left:1rem; text-decoration: underline; width: 8rem;
}