@charset "utf-8";
/* Reset some default styles */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
  margin: 0;
  padding: 0;
}
#outp{
text-align:center; width: 240px; height: 45px; position:fixed; top: 70px; right: 10px;
background-color: #aaccff;
font-size: 20px;
    opacity: 1;
}
#myprj{
text-align:left; top: 200px; left: 10px;
background-color: #aaccff;
width:75%;
    opacity: 0.8;
}
body {
  font-family: Arial, sans-serif;
  line-height: 1.5;
}

/* Header styles */
header {
  background-color: #1e90ff;
  color: #fff;
  padding: 20px;
}

/* Navigation styles */
nav {
  background-color: #f2f2f2;
  padding: 10px;
}

nav ul {
  list-style-type: none;
}

nav ul li {
  display: inline;
  margin-right: 10px;
}

nav ul li a {
  text-decoration: none;
  color: #333;
  padding: 5px;
}

/* Main content styles */
main {
  padding: 20px;
}

/* Footer styles */
footer {
  background-color: #1e90ff;
  color: #fff;
  padding: 20px;
  text-align: center;
}
table{
  border: 1px;
}
.thinrow{
	line-height:5px;
}
/* Responsive styles for devices with a maximum width of 600px */
@media screen and (max-width: 600px) {
  header {
    padding: 10px;
  }

  nav ul li {
    display: block;
    margin: 10px 0;
  }

  footer {
    padding: 10px;
  }
}
