/* * {
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
  height: 100%;
  font-family: "Bangers", cursive;
  background: #100e17;
  color: #e8e7e8bb;
  display: flex;
  align-items: center;
  margin-left: 33px;
  flex-direction: row;
  overflow-x: hidden;
}
#container {
  margin-top: 33px;
}
h1 {
  font-size: 44px;
}
.pictures {
  align-items: flex-end;
}
#foto {
  width: 900px;
  height: 500px;
  border-radius: 4px;
}
#texto {
  margin-top: 50px;
  margin-left: 22px;
}
p {
  font-size: 33px;
}
a {
  font-size: 30px;
  color: blueviolet;
  text-decoration: none;
}
@media (max-width: 600px) {
  #container{
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
  }
  #foto{
    width: 100%;
  }
} */

/* * {
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
  height: 100%;
  font-family: "Bangers", cursive;
  background: #100e17;
  color: #e8e7e8bb;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow-x: hidden;
}

h1 {
  font-size: 44px;
  margin-bottom: 20px;
}

#pictures {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

#foto {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}

#texto {
  margin-top: 20px;
  text-align: center;
}

p {
  font-size: 33px;
  line-height: 1.5;
  margin-bottom: 20px;
}

a {
  font-size: 30px;
  color: blueviolet;
  text-decoration: none;
} */

* {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  width: 100%;
  height: 100%;
  font-family: "Bangers", cursive;
  background: #100e17;
  color: #e8e7e8bb;
  display: flex;
  align-items: center;
  flex-direction: row;
  overflow-x: hidden;
  margin-left: 33px;
  overflow-x: hidden;
}

.container {
  margin-top: 33px;
  display: flex;
  flex-direction: row;
}

h1 {
  font-size: 44px;
}

#pictures {
  align-items: flex-end;
  margin-bottom: 20px;
}

#foto {
  width: 900px;
  height: 500px;
  border-radius: 4px;
}

#texto {
  margin-top: 0;
  margin-left: 22px;
  text-align: center;
}

p {
  font-size: 33px;
}

a {
  font-size: 30px;
  color: blueviolet;
  text-decoration: none;
}
.A{
  color:black;
}

@media (max-width: 600px) {
  body {
    margin-left: 0;
  }

  .container {
    flex-direction: column;
    margin-left: 10;
  }

  #foto {
    width: 100%;
    height: auto;
  }
  #pictures{
    width: 100%;
    height: auto;
  }
}