body {
    background-color: black;
    color: bisque;
    overflow: hidden;
}
h1 {
    text-align: center;
    font-size: 50px;
}
.ñr {
    font-size: 30px;
    margin: 20px;
    padding: 10px; 
    background-color: crimson;
    color: black;
    box-shadow: 0 0 15px crimson;
}
.e1 {
    background-color: rgb(0, 0, 0);
    color: rgb(0, 68, 255);
    font-size: 8000px;
    height: 30px;
    padding: 25px;
    margin: 20px;
    width: 35%;
    display: inline-block;
    text-align: center;
    font-size: 50px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    border-radius: 30px;
    text-shadow: 0 0 50px;
}
#qq {
    text-align: center;
}
.simbolos {
    border-radius: 30px;
    font-size: 60px;
    display: inline;
    background-color: crimson;
    color: black;
    box-shadow: 0 0 15px crimson;
    text-shadow: 0 0 15px crimson;
    padding: 15px;
    margin: 5px;
}

.opc{
    color:rgb(255, 255, 255);
    margin: 40px;
    padding: 70px;
    height: 20px;
    float: right;
    text-decoration: none;
    font-size: 70px;
    text-align: center;
    
}

li{
    list-style: none;
    text-decoration: none;
    text-align: right;
    border:blue 5px none;
    border-radius: 50px;
    
}

li:hover{
    transform: scale(1.1);
    transition: 0.1s; 
}
.opc:hover{
    color: rgb(0, 68, 255);
    
}
.mc {
    font-family: Arial, Helvetica, sans-serif;                                
    background-color: rgb(0, 0, 0);
    color: rgb(0, 68, 255);
    font-size: 350px;
    height: 300px;
    width: 20%;
    padding: 50px;
    margin: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 20px;
    text-shadow: 0 0 50px;
    border: 30px solid rgb(0, 68, 255);
    
}
.ff {
    background-color: rgb(0, 0, 0);
    color: rgb(0, 68, 255);
    font-size: 70px;
    display: inline-block;
    text-align: center;
    margin: 20px;
    padding: 50px;
    width: 20%;
    border-radius: 20px;
    text-shadow: 0 0 50px;
    border-style: solid;
}
.f1 {
    font-family: Arial, Helvetica, sans-serif;
    background-color: rgb(0, 0, 0);
    color: rgb(255, 0, 0);
    font-size: 300px;
    display: inline-block;
    text-align: center;
    margin: 20px;
    padding: 50px;
    width: 50%;
    border-radius: 20px;

    border: 30px yellow;
    border-style: solid;
}
#tn {
    text-align: center;
    margin: 20px 0;
}
.rr{
    font-size: 60px;
    border-radius: 30px;
    margin: 20px;
    padding: 10px; 
    background-color: crimson;
    color: black;
    box-shadow: 0 0 15px crimson;
}
.me {
    background-color: rgb(0, 0, 0);
    color: rgb(252, 39, 39);
    font-size: 70px;
    height: 100px;
    width: 20%;
    padding: 50px;
    margin: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 20px;
    text-shadow: 0 0 50px;
    border-style: solid;
}
#nn{
    color: rgb(255, 0, 0);
    border: 30px solid  rgb(255, 0, 0);
}