/* Mobile */
@media screen and (min-width: 300px) and (max-width:649px) {
    h1 {
        font-size: 36px;
    }
    h3 {
        font-size: 12px;
    }
    .container {
        height: 20%;
    }

    .icon-container {
        width: 100%;
        height: 50vh;
    
        background-color: #FFFFFF;
        overflow: hidden;
    
        justify-content: center;
        align-items: end;
    
        text-align: center;}
    #coding-icon {
        height: 240px;
        width: 240px;
    }
}