@media only screen and (min-width: 32.5em) {
    h1 {
        font-size: 80px;
    }
    
    h2 {
        font-size: 26px;
    }

    header img {
        float: right;
        margin: 20px 20px;
        border-radius: 0px 10px 0px 0px;
        box-shadow: 3px 0px 10px 3px rgb(116, 116, 116);
    }

    header {
        padding: 0px 0px 0px 199px;
    }

    main li {
        font-size: 21px;
    }

    header,
    footer {
    border: 1px solid #1b1127;
    border-radius: 10px;
}
    
    footer {
        font-size: 18px;
        line-height: 1.1;
    }
}