@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    list-style: none;
    scroll-behavior: smooth; /*Suaviza el scroll*/
}

body{
    text-align: center;
}

.info{
    margin-top: 20px;
    margin-bottom: 20px;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
}

.foto{
    margin-top: 10px;
}

h1{
    margin-top: 20px;
    margin-bottom: 20px;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
}

ul div .logo{
    width: 120px;
    height: 60px;
    margin-bottom: 5px;
}

.imagen img {
    border-radius: 50%;
    width: 85px;
    height: 85px;
}

.logo{
    width: 70px;
    height: 80px;
}

.menu{
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
  }
