.track__block {
    background-color: #eafae3;
    height: 65vh;
    text-align: center;
    padding: 50px 0 0 0;
}

.container {
    width: 100%;
    max-width: 90%;
    flex-direction: column;
}

h1 {
    font-size: 36px;
    color: #3b3b3b;
    margin-bottom: 40px;
}

.tracking-form {
    display: flex;
    justify-content: center;
    align-items: center;
}

input[type="text"] {
    font-size: 18px;
    padding: 10px;
    width: 100%;
    max-width: 90%;
    border: none;
    border-bottom: 2px solid #3b3b3b;
    background-color: transparent;
    outline: none;
}

label {
    display: inline-block;
    width: 70%;
}
