body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
}

.c{
    width: 100%;
    height: 1200px;
    background-color:rgb(250, 155, 250,0);
    background-image: url(imagenea/ordenadores/fondos-de-pantalla.jpg);
    justify-content: center;
    align-items: center;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 2px;
}
.c i{
    font-size: 70px;
    float: left;
    padding: 50px;
    margin-top: 35px;
color:black;

}

.c h1{
    font-size: 70px;
    text-decoration: none;
    text-transform: uppercase;
    color: whitesmoke;
}

.c a{
    float: right;
    padding: 40px;
    margin-top: 35px;
    font-size: 70px;
    text-decoration: none;
    color:rgb(255, 238, 0);
}
.c a:hover{
    color: whitesmoke;
}

.as{
    width: 100%;
    height: 100px;
    background-color: rgb(55, 55, 189,0); 
    justify-content: space-around;
    text-align: center;
     align-items: center;
    display: flex;
    

}

.m1 i{
    font-size: 150px;
    margin-top: 330px;
}

.m1 h1{
    font-size: 40px;
}

.m2 i{
    font-size: 150px;
}

.m2 h1{
    font-size: 40px;
}

.m3 h1{
    font-size: 40px; 
}

.m3 i{
    font-size: 150px;
    margin-top: 80px;
}

