 #group {
            position: absolute;
            left: 50%; 
            margin-left: -200px;
            margin-top: 5px;
            text-align: center; /* Centraliza o texto */
            z-index: 1000; /* Faz com que fique sobre todos os elementos da página */
        }

#Quadro1{
    width:400px;
    text-align: center;
}

.sup{
    color: rgb(119,119,119);
}

#Quadro2{
    height:450;
    width:400px;
    margin:2px auto;
    text-align: center;
    left:10px;
    border-width:medium;
    border-style:double;
    border-color:#949494;
    background: rgb(240,240,240);
}
    
#Quadro3{
    height:430px;
    width:400px;
    text-align: center;
    left:10px;
    top:2px;
    border-width:medium;
    border-style:double;
    border-color:#949494;
    background: rgb(240,240,240);}
    
#Conjunto {
  display: block;
  position:relative;
  left:50%;
  top:50%;
  transform: translate(-50%, -55%);}

.Nome{
    font-size:27.25px;
    color: rgb(130,130,130);
}

#LogoMove{
    margin:2px auto;
    width: 250px;
}
