@font-face {
    font-family: "Verdana";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/LexieReadable-Regular.woff") format("woff"), url("fonts/LexieReadable-Regular.ttf") format("truetype");
}


body{
    font-family: "LexieReadable-Regular", "Verdana", "Garamond", serif;
    font-size: 18px;
}
#contenedor{
    width: 800px;
    height: 750px;
    position: relative;
    margin:0px auto;
}

img{
    width: 600px;
    height: auto;
    border-radius: 15px;
    border: 2px;
    border-style: solid;
    margin-left: 100px;
    margin-bottom: 20px;
    box-shadow: 5px 10px #D7D0D0;

}

#definicion{
    width: 780px;
    padding: 10px;
    border: 2px;
    border-style: dotted;
    border-radius: 15px;
    border-color: black;
    margin-left: 0px;
    margin-top: 30px;
    margin-bottom: 40px;

}

#definicion p{
    font-size: 26px;
    font-weight: 400;
}

#definicion li{

}

#cita {
    text-align: right !important;
    font-size: 22px !important;

}

a{
    text-decoration: none;
}

mark{
    background-color: white;
    font-weight: 600;
    color: darkslateblue;

}

h4{
    text-align: right;
}
#titulo{
    width: 700px;
}