<style type="text/css">
<!--
body {
   margin: 0;
   background-color: #8B008B;
   min-height: 100vh;
}

#header {
   width: 100%;
   border-color: black;
   background-color: #ffffff;
   text-align: left;
   padding-top: 1px; 

.dog4 {
 hight: 100%;
}
/* Resize images */
.dog4 img {
    width: 220px;
    height: 100%;
} 

.dog3 {
 hight: 100%;
}
/* Resize images */
.dog3 img {
   width: 220px; 
    height: 100%;
} 

 img {
       width: 30%;
       max-width: 90%;
       margin-top: 10px; 
      transition: all ease-in-out 1s
    }

  img:hover {
      transform: scale(3.0);
      transition: all ease-in-out 1s
    }

}

#left {
    width: 50%;
    display: inline-block;
    float:left;
    top: 250px;

.tipo1 {
    font-family: edosz;
    color: #000000;
    font-size: 20px;
   font-family: Arial, Helvetica, sans-serif;
   line-height: 1.5;
}

.tipo2 {
    font-family: finger;
    color: #000000;
    font-size: 26px;
   font-family: Arial, Helvetica, sans-serif;
}

.tipo3 {
    font-family: finger;
    color: #000000;
    font-size: 28px;
   font-family: Arial, Helvetica, sans-serif;
}

.dog1 {
 hight: 100%;
 width: 100%;
}
/* Resize images */
.dog1 img {
    width: 300px;
    height: auto;
}
}

#right {
    width: 50%;
    display: inline-block;
    float:left;

.dog {
 hight: 100%;
 width: 100%;
}
/* Resize images */
.dog img {
    width: 100%;
    height: auto;
}
}

div.nav-box {
   border: 0px solid #000000;
   padding: 5px;
}
div.nav-box1 {
   border: 0px solid #000000;
   padding: 0px;
}

div.nav-header {
   background-color: #FFffee;
   height: 28px;
   font-size: 22px;
   padding: 3px 0 0 5px;
   font-family: "MyCustomFont", sans-serif;
   color: black;
}

div.nav-body {
   margin-top: 5px;
   text-align: left;
}

div.center-body {
   padding: 10px;
   background-color: #F2F2F2;
}

.footer {
   margin-top: auto;
   height: 40px; /* the footer's total height */
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: #2f2f4f;
   color: white;
   text-align: left;
   font-size: 16px;
   font-family: Arial, Helvetica, sans-serif;
   padding: 5px;

}

.container-video-texto {
    display: flex; /* Ativa o Flexbox */
    align-items: top; /* Alinha verticalmente no centro */
    gap: 10px; /* Cria um espaço entre o vídeo e o texto */

}

.item-video, .item-texto {
    flex: 1; /* Faz com que ambos ocupem 50% da largura */
}

/* Garante que o vídeo seja responsivo */
video {
    margin-right: 50px;
    margin-left: 50px;
    width: 80%;
    height: auto;
}
-->
</style>