body{
background-image: url(pagfo.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
background-size: 100% 100%;
position: static;
}
.a{
    height: 180px;
    width: 199px;
    border: 1px solid;
    border-color: grey;
    float: left;
    margin-right: 12px;
}

.b{
    height: 180px;
    width: 83%;
    position: relative;
    border: 1px solid;
    border-color: grey;
    float: left;
}
.c{
    height: 300px;
    width: 300px;
    position: relative;
    border: 0px solid;
    border-color: white;
    border-radius: 40px;
    color: white;
    float: left;
    top: 27px;
    transition: tranform 0.3 ease;
}
.c:hover{
    transform: scale(1.1);
}
.text1{
    height: 300px;
    width: 950px;
    position: relative;
    border: 0px solid;
    color: white;
    float: left;
    margin-left: 32px;
    top: 17px;
    transition: tranform 0.3 ease;
}
.d{
    height: 300px;
    width: 300px;
    border: 0px solid;
    border-color: white;
    border-radius: 40px;
    position: relative;
    color: white;
    float: right;
    top: 80px;
    right: 7px;
    transition: tranform 0.3 ease;
}
.d:hover{
    transform: scale(1.1);
}
.text2{
    height: 300px;
    width: 73%;
    border: 0px solid;
    position: relative;
    color: white;
    float: left;
    top: 70px;
    text-align: right;
}
.e{
    height: 300px;
    width: 300px;
    position: relative;
    border: 0px solid;
    border-color: white;
    border-radius: 40px;
    float: left;
    top: 133px;
}
.e:hover{
    transform: scale(1.1);
}
.text3{
    height: 300px;
    width: 73%;
    border: 0px solid;
    border-color: white;
    position: relative;
    color: white;
    float: left;
    top: 130px;
    left: 32px;
}
#logo{
    height: 180px;
    width: 100%;
}
#fondo{
    height: 180px;
    width: 100%;
}
#arreglo{
    height: 100%;
    width: 100%;
    border-radius: 40px;
}
#play{
    height: 100%;
    width: 100%;
    position: relative;
    border-radius: 40px;
}
#celu{
    height: 100%;
    width: 100%;
    border-radius: 40px;
}
h1{
    color: rgb(211, 129, 211);
}

.redes{
    width: 100%;
    height: 100px;
    position: relative;
    border: 1px solid;
    border-color: blue;
    border-radius: 25px;
    background-color: black ;
    float: right;
    top: 180px;
    color: rgb(150, 44, 150);
}
#letras{
    width: 140px;
    font-size: 20px;
    color: rgb(255, 255, 255);
    position: relative;
    top: -15px;
    margin-left: 15px;
    border: 0px solid;
    border-color: white;
    float: left;
}
#instagram{
    height: 25px;
    width: 25px;
    left: -143px;
    position: relative;
    top: 18px;
    border: 0px solid;
    border-color: white;
    border-radius: 7px;
    float: left;
}
#instagram2{
    width: 100px;
    border: 0px solid;
    border-color: white;
    position: relative;
    float: left;
    left: -138px;
}
#instagram3{
    text-decoration: none;
    color: rgb(150, 44, 150);
}
#facebook{
    height: 25px;
    width: 25px;
    border-radius: 7px;
    position: relative;
    top: 48px;
    right: 268px;
    float: left;
}
#facebook2{
    width: 150px;
    position: relative;
    border: 0px solid;
    border-color: white;
    top: -10px;
    left: 42px;
    margin-top: 61px;
}
#facebook3{
    text-decoration: none;
    color: rgb(150, 44, 150);
}
#i{
    position: relative;
    margin-left: 1220px;
    margin-right: 50px;
    top: -15px;
}
#f{
    position: relative;
    margin-left: 1225px;
    margin-right: 50px;
    top: 8px;
}
#s{
    position: relative;
    top: -70px;
}