/* Reset CSS */
/* Add your CSS reset code here */

/* Global Styles */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #fff;
    color: #000;
	text-align: center;
}

header {
    background-color: #000;
    color: #fff;
    padding: 10px 0;
}

.navbar {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
}

.nav-links {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}

.nav-links li {
    margin-right: 20px;
}

.nav-links a {
    text-decoration: none;
    color: #fff;
    transition: color 0.3s;
}

.nav-links a:hover {
    color: #ccc;
}

.menu-toggle {
    cursor: pointer;
    display: none;
    font-size: 24px;
}



footer {
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}
 #eab{
border: black;
border-radius: 50%;


 }
p.round1 {
	border: 2px solid rgb(0, 0, 0);
	border-radius: 5px;
	padding: 5px;
  }
  button{
background-color: #ebebeb;

  }