
body {
	color: white;
 position: relative;
 top: -10%;
 left: 0.4%;
 }
.conteudo{
  text-align: center;
  text-size-adjust: fill;
  object-fit: fill;
  transform: scale(150%,fill);
}
dialog{
  background-color: blue;
  color: white;
  height: 15px;
  text-align:center;
  position:fixed;
  bottom:0px;
}
 #box {
 outline-color: blue;
 display:grid;
 size: 100cap;
 }
#box > p {
  text-align: center;
}
details:open{
font-size: 200%;
}
#sites:hover{
  color: red;
}
