@charset "UTF-8";
/* CSS Document */

body{ 
	background-color: #535353;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;

}
#body {
	align-content: center;
	background-color: #eeedee;
	width: 65%;
	border-color:  #C7C6C6;
	border-style: solid;
	border-bottom-width: 25px;
	border-top-width: 8px;
	border-right-width: 120px;
	border-left-width: 120px;
	margin-left: auto;
	margin-right: auto;
	 
}


a:link {
  color: #0000EE;
	padding:10px 15px;
	margin: 5px 15px;
	border-radius: 5px;
	text-decoration: none;
}

/*visited link*/
a:visited {
  color: #0000EE;
	padding:10px 15px;
	margin: 5px 15px;
	border-radius: 5px;
	
}
.command {
font-family: Verdana, Geneva, sans-serif;
 font-weight: normal;
	text-align: left;
  font-size: 25px;
  padding: 15px 45px 45px;
  margin: 0;
  white-space: pre; /* CRITICAL */
}

.command a {
  display: inline;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: 0;
  word-spacing: 0;
  padding: 0;
  margin: 0;
  color: #0000EE;
  text-decoration: underline;
}

.command a:hover {
  background: none;
  color: #2755FF;
}
#nav {
  display: flex;
  justify-content: center;
  gap: 60px; /* spacing BETWEEN commands */
  font-size: 25px;
  font-family: Verdana, Geneva, sans-serif;
padding: 15px 45px 45px;
}

/* Each "> Command" unit */
.command-item {
  white-space: nowrap;
}

/* The > symbol */
#nav .cmd {
  color: black;
  margin-right: 6px; /* tight spacing like typing */
}

/* NAV links only — override global anchor spacing */
#nav a {
  padding: 0;
  margin: 0;
  color: #0000EE;
  text-decoration: underline;
}

#nav a:hover {
  color: #2755FF;
}
#foot
{
	font-size:20px; 
	text-align: center;
	background-color: #c3c3c3; 
	color: black;
	padding: 15px
}
p{
 font-family: 'Courier New', monospace; font-weight: bold; padding:0px 45px ;font-size: 20px; text-align: center;
		}
h1 {
			font-family: 'Courier New', monospace; font-weight: bold;
			text-align: center; font-size: 45px;
		}
h2 {
	font-family: 'Courier New', monospace; font-weight: bold;
			text-align: center; font-size: 30px;
}

body{ 
	background-color: #535353;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
		}
button {
	background-color: white; /* Green background */
  border:none;
  padding: 5% 2%; /* Some padding */
  cursor: pointer; /* Pointer/hand icon */
  float: left; /* Float the buttons side by side */ 
 margin-left: 20px;
  color: #0000EE;
  text-align: center;
  font-size: 25px;
	box-shadow: 3px 3px 0px 0px #b5b5b6;
}

button:hover {
	background-color: #c3c3c3;
	color: #2755FF
	
}
    .button-container {
       display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
    }

    /* Style for buttons */
    .center-button {
      padding: 10px 20px;
  
      border: none;
      border-radius: 0px;
      cursor: pointer;
      font-size: 25px;
      transition: background-color 0.3s;
    }
