body{
    margin-top: 0;
    padding-top: 0;
    background-color: rgb(209, 209, 209);
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    box-shadow: inset 0 0 5px 5px #888;
    border-radius: 8px 8px 8px 8px;
}
header{
    margin-top: 0%;
    padding-top: 0%;
    background-color: rgb(75, 75, 75);
    color: rgb(209, 209, 209);
    text-align: center;
    border-radius: 8px 8px 8px 8px;
}
#miriadax{
    padding-bottom: 1%;
    padding-right: 2%;
    text-align: right;
    font-size: 80%;
}
#menu{
    display: flex;
    flex-direction: row;
    margin-top: 0%;
    border-radius: 8px 8px 8px 8px;
    background-color: rgb(75, 75, 75);
    margin-left: 0.5%;
    margin-right: 0.5%;
    font-family: 'Amatic SC', cursive, Arial, Helvetica, sans-serif;
    font-size: 28px;
}
.menu{

    list-style: none;
    margin: auto;
}
.nav2{
    
    text-decoration: none;
    background-color: rgb(75, 75, 75);
    color: rgb(209, 209, 209);
    text-align: center;
    padding: 10%;
}
a{
    color: #000;
    text-decoration-color: black;
    text-align: center;
    padding: 1%;
    
}
img{
    display:block;
    margin:auto;
    width: 25%;
    
}
iframe{
    display:block;
    margin:auto;
    
}
h3{
    margin-left: 1%;
}
div{
    background: -webkit-linear-gradient(left, red , blue); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, red, blue); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, red, blue); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, red , blue); /* Standard syntax */
}
footer{
    background-color: rgb(75, 75, 75);
    color: rgb(209, 209, 209);
    border-radius: 8px 8px 8px 8px;
}
#footer{
    text-align: left;
    padding: 2%;
    
}