html, body {
    margin: 0;
    height: 100%;
    
}

body {
    min-height: 100%vh;

    display: flex;
    flex-direction: column;
    align-items: center;

    background-image: url('2images.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
    header {
      text-align: center;
      color: #000000;
      margin-top: 30px;
    }

    header h1 {
        color: #000000;
      font-size: 44px;
      margin-bottom: 10px;
    }
    header h2 {
        color: #000000;
      font-size: 24px;
     
    }
    
    nav {
        display: flex;
        justify-content: center;
        gap: 30px;
        padding: 10px;
    }

    nav a {
        color: #023042;
        text-decoration: none;
        font-size: 40px;
    }

    .about-page {
        background-image: url('5.jpg');
    }
.my-future-plan-page {
    background-image: url('1.jpg');
    p{ 
        color: #04012c;
    }
    h1 {
        color: #15003d;
    }
}

.achievement-page {
    display: block;
    width: 70%;
    height: 70%;
object-fit: cover;
margin: 40px auto;
    background-image: url('66.jpg');
}