body {
    background-color: black;
    color:white;
}
h1 { 
    text-align: center;
    color:	#ff0000;
    font-family: sans-serif;
}
p{
    color: red;
    text-align: center;
}
#twitch {
    display: block;
    width: 100px;
}
#youtube {
    display: block;
    width: 100px;
}
#discord {
    display: block;
    width: 70px;
}
#rainbow {
    display: block;
    width: 1250px;
}
#farcry3 {
    width: 400px;
}
#descrizionefc3 {
    text-align: justify;
}
#img_pg {
    width: 450px;
}
#img_pg_vaas {
    width: 300px;
}
#name_pg {
    text-align: center;
    
}
#description_pg {
    text-align: justify;
}
footer {
    background-color: #ff0000;
    color: black;
    text-align: center;
}