|
|
<!DOCTYPE html>
|
|
|
<html lang="pt-br">
|
|
|
<head>
|
|
|
<meta charset="UTF-8">
|
|
|
<style>
|
|
|
|
|
|
html, body {
|
|
|
margin: 0;
|
|
|
padding: 0;
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
background: rgba(0, 0, 0, 0) !important;
|
|
|
overflow: hidden;
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
align-items: flex-start;
|
|
|
}
|
|
|
|
|
|
.logo-container {
|
|
|
margin-top: 20px;
|
|
|
|
|
|
pointer-events: none;
|
|
|
}
|
|
|
|
|
|
.logo-img {
|
|
|
width: 250px;
|
|
|
height: auto;
|
|
|
opacity: 0.7;
|
|
|
|
|
|
|
|
|
filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.5));
|
|
|
|
|
|
|
|
|
}
|
|
|
</style>
|
|
|
</head>
|
|
|
<body>
|
|
|
|
|
|
<div class="logo-container">
|
|
|
|
|
|
<img src="LOGO PNG.png" alt="Logo LUAR RP" class="logo-img">
|
|
|
</div>
|
|
|
|
|
|
</body>
|
|
|
</html> |