/* Change site title (name) color to black */
h1, .site-title {
    color: #000000; /* Black color */
}

/* Set full page background to pastel baby pink */
html body {
    background-color: #ffe6f0; /* Baby pink */
}

/* Set navbar background to pastel blue */
.navbar, .navbar-dark, .navbar-light {
    background-color: #152332 !important; /* Navy blue */
}

.container {
  display: grid;
  justify-items: end; /* Aligns items (icons) to the right */
}
