p{
    font-family: robato;
    color: white;
}
body{
    background: black;
    margin: 0;
}

header{
    background-image: url(marvell.jpeg);
    background-repeat: no-repeat ;
    text-align: center;
}
main h1{
    color: white;
}
p main{
    padding: 0 50px;
}
main img{
    width: 300px;
}
nav{
    text-align: center;
    display: block;
    background: black;
    padding: 20px;
    font-size: x-large;
    margin: 0%;
}
nav a{
    text-decoration: none;
    color: white;
    padding: 20px;
}
nav a.active{
    background-color: red;
    color: black;
    text-decoration: underline;
}
nav a:hover{
    color:red;
    background: white;
    padding: 20px;
    
}