body { margin: auto; background-color: #070707; } #logo img { height: 60px; margin-left: 60px; transition: filter 2s ease-in-out; } #logo img:hover { filter: hue-rotate(90deg); } nav { display: flex; padding: 10px; align-items: center; background-color: white; } ul { list-style-type: none; } #more { color: rgb(27, 27, 27); text-decoration: none; font-family: "Noto Sans", serif; font-size: 1rem; font-weight: bold; margin-right: 60px; transition: color 0.5s ease-in-out; } #more:hover { color: rgb(250, 81, 134); } .links { display: flex; align-items: center; justify-content: flex-end; flex-grow: 1; } a { text-decoration: none; } #text { font-size: 24px; font-weight: bold; text-align: center; padding: 10px 20px; border-radius: 5px; color: white; font-family: "Noto Sans", serif; margin-bottom: 100px; } #logoprincipal { width: 30%; transition: filter 2s ease-in-out; } #logoprincipal:hover { filter: hue-rotate(90deg); } #text h1 { font-size: 6rem; padding: 0; margin: 0; text-shadow: 0px 2px 28px rgba(249, 249, 249, 0.55); } button { font-size: 15px; font-family: arial; width: 220px; height: 50px; border: none; font-weight: bold; border-radius: 28px; text-shadow: 1px 1px 0px rgba(74, 74, 74, 1); background: rgba(114, 19, 254, 1); transition: background-color 1s ease-in-out; } button:hover { background-color: rgb(250, 81, 134); } button a { color: white; padding: 30px; } #container{display: flex; flex-direction: column; justify-content: flex-end; align-items: center; height:91vh;} #console{display: flex; justify-content: center; align-items: center; overflow:hidden; width: 100%;}