body {
    background-color: black;
    color: white;
}

.navbar-custom {
    background-color: #535353;
    position: sticky;
}

img {
    border-radius: 35%;
    max-height: fit-content;
}

p.large, ul.large {
    font-size: larger;
}

.contact {
    margin-top: auto;
    margin-bottom: auto;
    text-align: center;
}

.project {
    border: 2px solid white;
    padding: 20px 20px 20px 20px;
    text-align: center;
}

a.proj {
    color: white;
    font-style: italic;
    text-decoration: underline;
}

a {
    color: #ff9040;
}

a:hover {
    color: #ffd903;
}

/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: #ff9040;
}

/* change the link color */
.navbar-custom .navbar-nav .nav-link {
    color: #ff9040;
}

/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link {
    color: #ffd903;
    font-weight: bold;
}

.navbar-custom .nav-item:hover .nav-link {
    color: #ffd903;
}

body {
    font-family: 'Times New Roman', Times, sanserif;
}

h1 {
    font-weight: bold;
    text-align: center;
}