h1 {
    text-align: center;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: normal;
}


.top-text {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgb(228, 228, 228);
    color: #333;
    text-align: center;
    padding: 10px;
    font-family: Arial, sans-serif;
    z-index: 1000; /* Keep it above other content */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

body {
    background-color: rgb(210, 228, 233);
    color: navy;
    margin: 0;
font-family: "nirvana" !important;    
font-size:x-large;
    padding-top: 100px; /* Prevent content from hiding behind the top text */
}

.my-button{
  width: 250px;         /* Or a specific px value like 180px */
  height: 45px;        /* Fixed height */
font-size: 30px;
  padding: 5px;
  margin-bottom: 15px;
  box-sizing: border-box;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  cursor: pointer;
}


.part-resume-button{
  width: 250px;         /* Or a specific px value like 180px */
  height: 45px;        /* Fixed height */
font-size: 16px;
  padding: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  cursor: pointer;
}



    .container {
  display: flex;
  align-items: flex-start; /* Top align */
  gap: 100px;
  font-family: Arial, sans-serif;
  max-width: 100%;
    }

    .sidebar {
  width: 250px; /* Fixed width */
    }

   ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

a {
  color: #0077cc; /* your desired color */
  text-decoration: underline;
}