@charset "utf-8";






* {
    font-family: 'Amatic SC', cursive;


}

body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url(imagenes/textura2.JPG);
    padding: 1em;




}

.elemento1 {
    width: 10em;
    height: 2em;
    background-color: coral;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: space-around;
    border: 1px solid;
    color: pink;
    border-radius: 100px;






}








footer {
    font-size: 1em;
    display: flex;
    color: cyan;


}



main {
    display: flex;
    flex-direction: column;
    align-items: center;


}

h1 {
    color: darkorange;
    display: flex;
    font-size: 6em;
    text-align: center;
    flex-direction: column;



}

h3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: orange;
    font-size: 2em;

}

header {
    display: flex;
    justify-content: center;

}




@media screen (min-width: 35em) {
    width: 45%;
    margin: .125em;
}


@media screen and (max-width: 42em) {

    main {
        float: none;
        width: 100%;
    }


    main .principal {
        margin-bottom: 0;
