@import url('https://fonts.googleapis.com/css2?family=Ubuntu+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap');

* {
  font-family: Ubuntu Mono;
  color: white;
}

body {
  margin: 0;
  min-height: 100vh;
  min-width: 90vw;
  background-image: url("../video/Matrix.gif");
  background-repeat: repeat;
  background-attachment: fixed;
  color: white;
  font-size: 20px;
}

/* Blur */


#Blur{
  max-width: 1100px;
  margin: 0 auto;
 
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);  
  
  border-radius: 15px;
  box-sizing: border-box;
}

/* menu */

.painel {
  background: #42c920;
  height: 100%;
  width: 100%;
  border-radius: 5px;
  margin: auto;
  text-align: justify;
}

.menu {
  display: flex;
  justify-content:center;
  flex-wrap: wrap;
  align-items: center;
  background-attachment: fixed;
  gap: 8px;           
  height: 36px;           
}

a {
  text-decoration: none;
  color: black;
  font-size: 20px;        
  margin: 5px;          
}

.pag:hover {
  color: white;
}

/* Fotos e textos das Fotos*/

.alinhar{
  margin: 10px 5px 10px 30px;
  text-align: left;
  font-size: 16px;
  width:300px;
}
     
.Foto{
  margin: 40px 0px 0px 20px;
  border-radius: 10px;
  width: 300px;
  height: 450px;
  object-fit: cover;
}

.Linha{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1090px;
}
