article{
    font-size: 30px;
    margin: 50px;
    margin-bottom: 200px;
    padding-top: 10px;
    padding-right: 50px;
    height: 490px;
    background-color:  rgb(192, 216, 255);
    color: rgb(106, 134, 178);

}

.ich{
    float: left;
    height: 500px;
    margin: 50px;
    margin-top: 0px;
}

@media only screen and (max-width: 600px) {
    
    .inhalt{
        margin-top: 400px;
    }

    .inhalt img {
        float: none;
    }

    article{
        font-size: 20px;
        margin-bottom: 300px;
        height: 600px;
        padding: 30px;
        margin-top: 0;
    }
    
    .ich{
        margin-left: 100px;
    }
}