@charset "utf-8";
 

html { 
    height:-webkit-fill-available;

}

body {
    min-height: 100vh;
    min-height:-webkit-fill-available;
    font-family: monospace;
    }

*{
    margin: .05em;
    padding: .05em;
    box-sizing: border-box;   
}

main {
    background-color:aliceblue;
    font-family: monospace;
    text-align: center;
    color: #2e065d;
}

*{
    box-sizing: border-box;
}

#logo{
    width: 90em;
    margin: 0;
    padding: 0;
}


header ul li a {
    color: #fff;
    background-color: #2e065d;
    font-family: monospace;
    display: block;
    text-align: center;
    text-decoration: none;
    padding: .5em;
    border-radius: 50px;
}

header ul li {
    margin: 0 .6em .6em .6em;
}

header ul li a:hover{
    background-color: black;
    color: antiquewhite;
}

img {text-align: center;
    width: 20%;
}

.efecto1 img{
    width: 8%;
}

h1{
    font-family: monospace;
}

h2{
    text-align: center;
    font-size: 1.3em;
    font-family: monospace;
}

main ul{
    list-style: none;
    text-align: center;
    font-size: .9em;
}


footer {
    text-align:center;
    background-color: #2e065d;
    font-size: .7em;
    font-family: monospace;
    color: #fff;
    padding: 2em;
    border-radius: 50px;
}