.navbar {
    overflow: hidden;
    background-color: darkorange;
    position: fixed; /* Set the navbar to fixed position */
    top: 0; /* Position the navbar at the top of the page */
    width: 100%; /* Full width */
}

/* Links inside the navbar */
.navbar a {
    float: right;
    display: block;
    color: dodgerblue;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-style: oblique;
    border-width:thick;
    border-color:blue;
}

/* Change background on mouse-over */
.navbar a:hover {
    background: #ddd;
    color: dodgerblue;
}

/* Main content */
.main {
    margin-top: 30px; /* Add a top margin to avoid content overlay */
}
.get {
    text-align: center;
}
.about {
    text-align: left;
}
body {
    color: dodgerblue;
    background-color: lightgrey;
        
}
.p {
    text-align:left ;
    text-align-last:left
    width:80%;
    color:dodgerblue;
    
}