.navbar {
    display: flex;
    justify-content: space-evenly;
}

.navbar>p, a{
    color:blue;
    font-size: 2em;
}
body{
    background: orange;
    overflow: hidden;
}

.responsive-iframe-piercam {
    position:absolute; 
    width:100%; 
    height:100%; 
}

