
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    height: 100vh;
    background-image: url(background/main_background.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;   
}
.navegation{
    display: flex;
    justify-content: center;
    margin-left: 7vw;
    list-style: none;
    gap: 5vw;
    font-family: pixeloid-sans, sans-serif;
}
.Introduction_text{
  font-family: "Pixelify Sans", sans-serif;
  font-size: 4vw;
  color: whitesmoke;
}