.navbar {
    display: flex;
    justify-content: space-evenly;
}

.navbar>p, a{
    color:blue;
    font-size: 2em;
}
body{
    background: orange;
}



  .responsive-iframe-wind{
    width: 100vw;
    height: 92.4vh;
  }