textarea{
    resize: none;
}

@media (min-width: 1000px)
{
    footer > nav > ul li:nth-child(2) a {
        color: orangered
    }

    main > img{
        width: 60%;
    }

    h2{
        font-size: 3em;
    }

    h3{
        font-size: 2.8em;
    }

    fieldset{
        margin: 1% 10% ;
        border: solid 2px #111;
        font-size: 1.4em;
        padding-bottom: 0;
    }

    legend{
        font-size: 1.5em;
    }

    input{
        font-size: 1.5em;
        margin-bottom: 2%
    }

    label{
        font-size: 1.5em;
    }

    #type-id{
        margin-left: 3%;
    }
}

@media (min-width: 701px) and (max-width: 999px)
{
    footer > nav > ul li:nth-child(2) a {
        color: orangered
    }

    h3{
        font-size: 1.5em;
    }
}

@media (max-width: 700px)
{
    footer > nav > ul li:nth-child(2) a {
        color: orangered
    }
}
