*{
    margin: 0;
    padding: 0;
}
body{
    background-image: url('../image/backG-2.png');
    font-family: 'Poppins', sans-serif;
    font-size: 25px;
    color: #fff;
}
.strap-area{
    width: 100%;
    background-image: url('../image/backG-4.png');
    height: auto;
    box-shadow: 5px 5px 5px rgba(0,0,0,.025);
    display: flex;
    flex-direction: row;
    justify-items: center;
    align-items: center;
}
a{
    text-decoration: none;
    color: #fff;
}
.back-box{
    display: flex;
    flex-direction: row;
    justify-self: flex-start;
    margin: 0 2vmax;
    gap: 1vmax;
}
.back-box p{
    font-size: 1.1em;
    text-transform: uppercase;
}
.back-box img{
    width: 1.5em;
    height: auto;
}
h2{
    margin: 1vmax auto;
    font-weight: 500;
    letter-spacing: 4px;
}
/* GALERIA MOVEIS */
.container-move{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2vmin;
    margin: 2vmin 1vmin;
}
.container-move iframe{
    border-radius: 5px;
    box-shadow: 5px 5px 5px rgba(0,0,0,.2);
    border: solid 2px #4a6b8c;
}
/* GALERIA MOVIES END */
/* Stopka START */
footer{
    background-image: url('../image/backG-3.png');
    text-align: center;
    color: #888;
    font-size: .5em;
    margin-top: 2em;
    height: 4em;
    width: 100%;
}
footer p{
    padding-top: 2em;
    font-size: .8em;
    color: #555;
}
/* Stopka END */