#app {
    margin-top: 80px;
    width: 100%;
    text-align: center;
    display: block;
}
#aboutme_content {
    width: 1500px;
    max-width: 80%;
    display: inline-block;
}

h1 {

}
#felirat {
    text-align: right;
}
#section {
    padding: 10px;   
    height: max-content;
}
#text {
    padding-top: 4px;
    display: block;
    font-size: 24px;
    text-align: left;
}
#text p {
    margin: 0;
    padding: 0;
    margin-bottom: 12px;
}
#section img {
    display: block;
    float: left;
    margin: 2vw;
    margin-top: 0;
    margin-left: 0;
    border-radius: 8px;
    height: 400px;
    height: calc(100px + 20vw);
}
@supports (display: flex) {
    @media screen and (min-width: 990px) {
        #section {
            display: flex;
        }
    }
}
@media screen and (max-width: 1200px) {
    #text {
        font-size: 22px !important;
    }
    
}
@media screen and (max-width: 550px) {
    #section {
        display: block;
    }
    #section img {
        width: 100%;
        height: unset;
        float: none;
        margin: 0;
        margin-bottom: 20px;
        flex: 1;
    }
}
