html {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

body {
	background-image: url("https://old.lapcodes.dev/projects/vindos/img/background.png");
	background-size: cover;
	margin: 0;
	height: 100%;
	overflow: hidden;
	line-height: 1.5;
}

/* Add a black background color to the top navigation */
.menu {
    background-color: #333;
    overflow: hidden;
  }
  
  /* Style the links inside the navigation bar */
  .menu a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
  }
  
  /* Change the color of links on hover */
  .menu a:hover {
    background-color: #ddd;
    color: black;
  }
  
  #iframewindow {
    width: 1000px;
    height: 500px;
}