@media only screen and (max-width: 500px) {
    main div {
        width: 90%;
    }

    h1 {
        width: 80%;
    }

    input {
        width: 60%;
    }
}
