body {
    font: 14px/22px 'Quattrocento Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000000;
    background: #000000;
    width:100%;
    overflow-x: hidden;
}


.HeaderUniversi {
    position: absolute;
    width: 95%;
    left: 5%;
}




#banner{
    z-index: 100;
    left: 0;
    right: 0;
    width: 100%;
    height: 40px;
    position: fixed;
    top: 100px;
    background: rgb(240, 181, 0);
    border: rgb(240, 195, 2);
}

/*.Bottone{
    color: rgb(0, 0, 0);
    height: 34px;
    width: 96px;
    background-color: rgb(151, 38, 200);
    border-radius: 6px;
    border: 2px solid #B23098;
    font-size: large;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    margin: 3%;
    margin-top: 3px;
    float: left;
}*/

.Profilo{
    float: right;
}

/*
#infoUniverso{
    color: white;
    position: fixed;
    top: 194px;
    width: 100%;
    font-size: xx-large;
    margin: 0 auto;
    left: 39.5%;
}

#Info{   float: left;
    height: 28px;
    background-color: #B23098;
    padding-left: 14px;
    padding-top: 14px;
    padding-right: 14px;
    padding-bottom: 7px;
}

#Info:active{
    background-color: #9726c8;
}

#Storie{      float: left;
    height: 28px;
    background-color: #B23098;
    padding-left: 14px;
    padding-top: 14px;
    padding-right: 14px;
    padding-bottom: 7px;
    margin: 0 2px;
}

#Storie:active{
    background-color: #9726c8;
}

#Mappa{  float: left;
    height: 28px;
    background-color: #B23098;
    padding-left: 14px;
    padding-top: 14px;
    padding-right: 14px;
    padding-bottom: 7px;
}

#Mappa:active{
    background-color: #9726c8;
}




.Espandi{
    height: 50px;
    width: 100px;
    font-size: x-large;
    background-color: #FFF377;
    border-color: rgba(0, 0, 0, 0.41);
    transition-duration: 0.4s;
    margin-left: 20%;
    margin-right: 20%;
}

.Espandi:hover{
    background-color: #FFF377;
    border-color: rgba(0, 0, 0, 0.41);
}

.Espandi:active {
    background-color: #FFF377;
}

*/

h2 {
    font-size: 28px;
    color: black;
}

p {
    font-size: 24px;
    color: black;
}
