@media screen and (min-width: 500px) {
    main{
        max-width: 450px;
    }

    h1{
        font-size: 2em;
    }
}
