@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600;700;800&display=swap');

body{
    font-family: 'Raleway', sans-serif;
    margin-top: auto;
}

h1{
    text-align: center;
}

body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: rgb(90, 113, 123);
}

.intro{
    display: flex
}

p{
  text-decoration: solid;
  text-align: center;
  display: block;
}

.icon{
    display: flex;
    justify-content: space-around;
}

.charact{
    display: flex;
    justify-content: space-between;
}

h2{
    text-align: center;
}

.galeria{
    display: flex;
    justify-content: center;
}

section {
    border: solid 1px rgba(0, 0, 0, 0);
}

    
.portada{
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
}

footer{
    text-align: center;
    box-shadow: inset;
    border: solid; color: rgba(240, 248, 255, 0);
    padding: 10px;
}

a{
    color: rgb(223, 255, 246);
}
