body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background: radial-gradient(circle,rgba(59, 59, 130, 1) 0%, rgba(76, 99, 217, 1) 0%, rgba(6, 5, 7, 1) 100%, rgba(5, 3, 3, 1) 100%, rgba(3, 2, 2, 1) 100%);
    background-repeat: no-repeat;
    height: 100vh;
}
img{
    width: 50px;
}
header nav{
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: linear-gradient(177deg,rgba(24, 24, 59, 1) 0%, rgba(76, 99, 217, 1) 0%, rgba(6, 5, 7, 1) 100%, rgba(5, 3, 3, 1) 100%, rgba(3, 2, 2, 1) 100%);
    padding-bottom: 5px;
}
header nav a{
    font-size: 20px;
    color: rgb(233, 61, 222);
}
.contenido{
    padding-top: 100px;
    text-align: center;
}
h1{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 50px;
    color: #e0dfdc;
    letter-spacing: .1em;
    text-shadow: 0 -1px 0 #fff, 0 1px 0 #2e2e2e, 0 2px 0 #2c2c2c, 0 3px 0 #2a2a2a, 0 4px 0 #282828, 0 5px 0 #262626, 0 6px 0 #242424, 0 7px 0 #222, 0 8px 0 #202020, 0 9px 0 #1e1e1e, 0 10px 0 #1c1c1c, 0 11px 0 #1a1a1a, 0 12px 0 #181818, 0 13px 0 #161616, 0 14px 0 #141414, 0 15px 0 #121212, 0 22px 30px rgba(0,0,0,0.9);
}
h2{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 30px;
    color: #e0dfdc;
    letter-spacing: .1em;
    text-shadow: 0 -1px 0 #fff, 0 1px 0 #2e2e2e, 0 2px 0 #2c2c2c, 0 3px 0 #2a2a2a, 0 4px 0 #282828, 0 5px 0 #262626, 0 6px 0 #242424, 0 7px 0 #222, 0 8px 0 #202020, 0 9px 0 #1e1e1e, 0 10px 0 #1c1c1c, 0 11px 0 #1a1a1a, 0 12px 0 #181818, 0 13px 0 #161616, 0 14px 0 #141414, 0 15px 0 #121212, 0 22px 30px rgba(0,0,0,0.9);
}