div.icon {
    border-radius: 50%;
  }

body {
    background-color: #04041e;
    color: rgb(239, 227, 193);
  } 
  
  /* Style the video: 100% width and height to cover the entire window */
#myVideo {
   width: 100%;
   height: 100%;
}

nav {
    color: white;
}
