body{
    background-image: url('./images/background.bmp');
}

.face-container{
    margin-top: 500px;
    z-index: 5;
}

.face-container > img{
    position: absolute;
}

.bottom{
    margin-left: 122px;
    margin-top: 180px;
}

.doge, .cat, .babby{
    position: absolute;
    z-index: 1;
}

.doge{
    margin-top: -300px;
    margin-left: -300px;
}

.cat{
    margin-top: -1000px;
    margin-left: -1000px;
}

.babby{
    margin-top: -400px;
    margin-left: 3000px;
}


.text{
    z-index: 5;
    background-image: url('./images/speech.png');
    background-repeat: no-repeat;
    margin-top: -400px;
    margin-left: 200px;
    width: 400px;
    height: 552px;
    position: absolute;
    padding: 70px 90px;
    font-weight: bold;
}