html {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    background-color: black;
}

body {
    margin: 0;
    padding: 0;
    background-image: url(resources/img/portrait.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: right;

    
}

#text {
    height: 200px;
    position: absolute;
    bottom: 40px;
    right: 40px;
}

@media screen and (max-width: 800px) {
    #text {
        height: 120px;
    }
}