@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&display=swap');

*,html,body {
    margin: 0;
    padding: 0;
}


.Logo {
    width: 100%;
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: start;
}

.Logo img {
  width: 25%;
  height: 25%;
}

 .Projeto {
    width: 100%;
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 15%;
}

.amatic-r {
  font-family: "Amatic SC", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.amatic-b {
  font-family: "Amatic SC", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: xx-large;

}

.loja {
  position: absolute;
  top: 5px;
  right: 5px;
  display: flex;
  gap: 10px;  
  }

.loja img {
  width: 50px;
  filter: brightness(0); 
}

.loja img:hover {
  filter: none;
}

body {
  position: relative;
}










