* {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  letter-spacing: 1px;
  font-family: 'Alfa Slab One', serif;
}

body {
  background-color: #ffffff;
  height: 100vh;
}


h2 {
  color: #000000;
  font-weight: 100;
  font-family: 'Alfa Slab One', serif;
  font-size: 25px;
  margin-top: 45px;
}

.sobre-mi p {

  justify-content: center;
  align-items: center;
  font-family: 'Alfa Slab One', serif;

}


.buttons {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

button {
  border: none;
  cursor: pointer;
  font-family: 'Alfa Slab One', serif;
  padding: 10px;  
  color: #000000;
  background-color: white;
  border: 5px solid black;
 
}

button:hover {
 color: white;
  background-color: #000000;
  border: 5px solid white;
  
}

.email-btn {
  margin-top: 10px;
  display: flex;
  justify-content: center;
}

.rectangulo-negro {
  margin: 0 auto;
  margin-top: 100px;
  height: auto;
  border: 15px solid #000000;
  width: 80vw;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
}

i {
  font-size: 35px;
}


h2 {
  color: #000000;
  font-weight: 100;
  font-family: 'Alfa Slab One', serif;
  font-size: 25px;
  margin-top: 45px;
}

.sobre-mi p {
text-align: center;
  justify-content: center;
  align-items: center;
  font-family: 'Alfa Slab One', serif;

}



.proyecto p {
  color: #000000;
  /* Color del texto descriptivo */
  text-align: center;
}

.cuadrado-negro {
  width: 100vw;
  height: 100vh;
  background-color: black;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Alfa Slab One', serif;
  font-size: 150px;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
  user-select: none;
}

@keyframes mostrarCodigo {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0%);
  }
}





/* ----- PANTALLAS MEDIUM ----- */
@media screen and (min-width: 768px) {}

/* ---- PANTALLAS LARGE ------ */

@media screen and (min-width: 992px) {}

@media screen and (min-width: 1200px) {
  .rectangulo-negro {
    margin: 0 auto;
    margin-top: 150px;
    height: 50vh;
    border: 15px solid #000000;
    width: 60%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
  }
  }