body{
    background-color: #1c0033;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
color: rgb(255, 255, 255);
}

h1 {
    background-color: #4e0085;
    font-size: 80px;
    text-align: center;
    text-shadow: 0px 0px 15px rgb(255, 255, 255);

}

.cinta{
    overflow: hidden;
    background:#ff0080;
    color: #00ffb6;
    height: 25px;
    display: flex;
    align-items: center;
    font-size: 20px;
}

.navegador{
    gap: 20px;
    list-style-type: none;
    color:#ff0080;
    display: flex;
    font-size: 20px;
}
li {
    background-color: rgb(255, 255, 129);
    padding: 12px 24px;
    border-radius: 15px;
}
main{
    background-color: #9500ff80;
    width: 80%;
    border-radius: 5px;
    text-align: center;