
li{

display: inline;
color:#de5d83;
font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

li:after {

    content: "       ";

}

.dat{
padding: 10px 20px;
background-color: #e491a6;
color: #de5d83;
border: none;
border-radius: 5px;
cursor: url(https://cdn-icons-png.flaticon.com/512/4690/4690209.png), crosshair;
}

.int {
padding: 10px 20px;
background-color: #e491a6;
color: #de5d83;
border: none;
border-radius: 5px;
cursor: url(https://cdn-icons-png.flaticon.com/512/4690/4690209.png), crosshair;
}

.fut {
padding: 10px 20px;
background-color: #e491a6;
color: #de5d83;
border: none;
border-radius: 5px;
cursor: url(https://cdn-icons-png.flaticon.com/512/4690/4690209.png), crosshair;
}

header{
    background-color:#de5d83;
    text-align: center;
    color: #e491a6;
    border:3px solid #de5d83;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif
}



footer{
background-color: #FFC5D3;
text-align:center;
color: #de5d83;
font-family:'Times New Roman', Times, serif

}

nav{
    background-color:#e491a6;
    text-align: center;
    color:#de5d83;
    border: 1px solid #e491a6;
}


body{
    background-color: #fadadd;
}

article#uno{
    text-align: center;
}

p{
    color:#de5d83;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

h2{
    color:#de5d83;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

th{
    color: #de5d83;
}

label{
    color: #de5d83;
}

aside{
    background-color: #fadadd;
    width:25%;
    float:left;
    padding-left:25px;
}

section{
    width: 75%;
    float:left;
}

main{

    width: 100%;
    display: flex;
}

a{
    text-decoration: none;
}

a:hover{
    color:crimson;
}

.dat:hover{
    color:#fadada;
}

.int:hover{
    color:#fadada;
}

.fut:hover{
    color:#fadada;
}

@media (min-width: 701px) and (max-width: 1200px){
}