*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
 
body{
    font-family: poppins;
    overflow-x:hidden;
}
.contenedor{
    width: 100%;
    height: 100vh;
    padding: 300px 0px;
    background: black;
}

h2{
    color: white;
    font-size: 20px;
    letter-spacing: 5px;
    text-align: center;

}
h3{
    color: white;
    font-size: 12px;
    letter-spacing: 5px;
    text-align: center;
}