*/ * {
    margin: 2rem
}

@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css?family=Great+Vibes&display=swap');

nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    align-content: center;
    text-decoration: none;

    color: #ffffff;
    background-color: #271753;
}

nav a {
    padding: 10px 10px;
    text-decoration: none;
    color: white;
    transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
}

nav a:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

header {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    align-content: center;
}

body {

    background-color: rgb(213, 215, 216);
    font-family: 'Roboto', sans-serif;

}

main {
    background-color: #a3a3a3;
}

h1 {
    color: #271753;
    font-family: 'Great Vibes', cursive;
    padding: 1.5rem;
    font-size: 3rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    align-content: center;
}

h2 {
    padding: 1rem;
    color: #fff8ff;
    font-family: 'Roboto', sans-serif;
    background-color: #5f5f5f;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    align-content: center;
}

h3 {
    background-color: white;
    padding: 2rem;
    font-family: 'Roboto', sans-serif;
}

h4 {
    padding: 2rem;
    font-family: 'Roboto', sans-serif;
    border-radius: 20px;
    color: #271753;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;

}

.intereses {
    padding: 2rem;
    font-family: 'Great Vibes', cursive;
    font-size: 3rem;
    width: 90%;
    margin: 5px auto;
    background-color: rgba(255, 255, 255, 0.5);
    height: 100px;
}




#intereses {

    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}

.intBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem;
    color: #000000;
    font-family: 'Roboto', sans-serif;
}

.tango {
    border-radius: 400px;
}

@media screen and (min-width:900px) {
    #intereses {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: stretch;

    }


}

img {
    margin: 5%;
    max-width: 50%;

    border-radius: 2000px;

}

footer {
    background-color: black;
    color: #ffffff;
    padding: 1rem;

}
