body{
    background-color: black;
    cursor: url('img/cursor.png'),auto;
    cursor:pointer url('img/corajecursor.png'),auto;
}

div {
    width: 1000px;
   margin: 0 auto;
   max-width: 800px;
}

.headerimage {
   display: block;
   width: 100%;
   margin-left: auto;
   margin-right: auto;
}

header {
    margin-top: 40px;
    margin-bottom: 5px;
}
h1, ul, li, p {
    color: #ffffff;
}

p {
    font-family: "Patrick Hand", cursive;
}

a {
    color: aqua;
    cursor: url('img/corajecursor.png'),auto;
}

.interact {
    cursor: url('img/corajecursor.png'),auto;
}

.modalbackground {
background-color: black;
margin: auto;
padding: auto;
}

iframe {
    border: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.botonesmargin {
    margin-left: 0;
    margin-right: 0;
}

.introduccion {
    margin-top: 40px;
}

h1 {
    font-family: "Irish Grover", system-ui;
    background-color: #70507c;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 5px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.patrick-body {
    font-family: "Patrick Hand", cursive;
    font-weight: 400;
    font-style: normal;    
}

.irishtitle {
        font-family: "Irish Grover", serif;
        font-weight: 400;
        font-style: normal;    
}

.marginfooter {
    margin-bottom: 40px;
}

footer {
    font-family: "Irish Grover", system-ui;
    font-size:medium;
    text-align: center;
    color: #70507c;
    border-top: 1px solid #70507c
}

h4 {
    font-family: "Irish Grover", system-ui;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
    margin-top: 20px;
    margin-bottom: 20px;
}