
/* Body settings*/
body {
    background-color: rgb(255, 255, 255);
}


/* Main content */
.main {
  margin-top: 30px; /* Add a top margin to avoid content overlay */
}


/* */
.container {
  background-color: rgb(96, 114, 212);
  max-width: 1200px; /* Adjust this value to your preferred content width */
  margin: 125px auto 0 auto;    /* Centers the container horizontally */
  padding: 20px 20px;   /* Adds internal spacing so content doesn't touch the edge on smaller screens */
  font-family: Roboto;
  justify-content: left
}

/* Heading 3: Home, About, Projects */
h3 {
    font-family: Roboto;
    background-color:rgb(96, 114, 212);
    color:white;
}

.text {
  color: white
}

li {
  color: white;
}

.copyright {
  text-align: center;
  
}

p {
  font-family: Roboto;
}

footer {
  background-color: rgb(38, 55, 155);
  color: white;
  justify-content: center;
  text-align: center;
}