*{
    padding: 0;
    margin: 0;
}

html, body{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

img{
    display: block;
    max-width: 100%;
}

.dobro{
    font-size: 16px;
    height: 100%;
}

.temp_logo{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.temp_logo img{
    max-width: 20em;
    transform: translate(0, -1em);
}

@media(min-width:2000px){
    .dobro{
        font-size: 1vw;
    }
}
@media(max-width: 800px){
    .dobro{
        font-size: 2.5vw;
    }
}
@media(max-width: 500px){
    .dobro{
        font-size: 2.5vw;
    }
}