*{

}

body {
    text-align: right;
    background-color: rgb(241, 240, 255);
    margin-top: -25px;
    margin-left: auto;
    margin-right: auto;
}

h1 {
    text-align: center;
    background-color: rgb(195, 195, 229);
    border-style: solid;
    border-width: 0px 0px 5px 0px;
}

img {
    border-style: solid;
    border-width: 5px;
    margin: -5px 0px 0px 0px;
    margin-right: 60px;
}

ul {
    
}

li {
    
}

p {
  
}

#header {
    
}

#content{

}

#text {
    text-align: left;
}

#text p {
    border-style: dashed;
    border-width: 5px;
    box-shadow: 3px 3px 10px gray;
    background-color: rgb(195, 195, 229);
    text-indent: 40px;
    padding: 10px;
    margin: 5px;
    margin-left: 5%;
    margin-right: 5%;
}

#text p:first-child {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    background-image: url(../images/fondoParrafo.png);
}

#text p:last-child {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

#menu {
    text-align: center;
}

#menu a{
    text-decoration: none;
}


#menu li{
    display: inline;
    border-style: solid;
    border-width: 0px 0px 0px 5px;
    border-color: red;
}

#menu li a:hover{
    color: red;
}

#footer{
    text-align: center;
    background-color: rgb(68, 50, 105);
    color: white;
    border-style: solid;
    border-width: 5px 0px 0px 0px;
    border-color: rgb(10, 84, 130);
}

#footer a{
    color: white;
    text-decoration: none;
}

#footer a:hover{
   
}
#image {

}

@media all and (max-width: 500px) {
    img {
        border-color: red;
        width: 90%;
        height: 90%;
        margin: auto;
       
    }
    #content{
        text-align: center;
    }
}
