body {
    margin: 0px;
    font-family: "__Nunito_Fallback_9c5fe4", Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
p {
    font-family: "__Nunito_Fallback_9c5fe4", Arial, sans-serif;
}

iframe {
    width: 100%;
    border-radius: 2px;
    margin-top: 10px;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #0055ff;
}

#inbox {
    justify-content: center;
    border: 1px solid #999999;
    border-radius: 5px;
}

#inboxcontant {
    text-align: center;
    padding: 30px;

}

h1 {
    font-weight: 600;
    font-size: 2.25rem;
    line-height: 2rem;
    text-align: center;
    /* padding-top: 0.75rem;
    padding-bottom: 0.75rem; */
}

h2 {
    font-weight: 700;
    /* padding-bottom: 1rem; */
    font-size: 1.875rem;
    /* line-height: 2.25rem; */
}

p {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    margin: 0px;
}

.link-title {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

ul {
    list-style-type: disc;
    list-style-position: inside;
    margin: 0px;
    padding: 0px;
}

li {
    color: #0055ff;
}

#tags {
    background-color: rgb(224 242 254);
    color: rgb(84, 84, 219);
    height: 10px;
    border-radius: 10px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    text-decoration: none;

}

#downloadbut {
    background-color: rgb(101, 101, 189);
    color: black;
    padding: 10px;
    margin: 10px;
    border-radius: 10px;

}
#downloadbut:hover {
    background-color: #0055ff;
    color: black;
}

.container {
    width: 100%;
    padding: 0.75rem;
    max-width: 42rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
    font-style: normal;
    /* background-color: aqua; */
}

*,
:after,
:before {
    box-sizing: border-box;
    border: 0 solid #e5e7eb;
}

div {
    display: block;
}

.image-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.profile-image {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    margin-left: 244px;
    margin-right: 244px;
    padding-top: 8px;
    margin: 0 auto;
}

.profile-name {
    text-align: center;
    font-size: 4xl;
    font-weight: bold;
}

.nav-links-container {
    font-size: 1.125rem;
    line-height: 1.75rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    overflow: scroll;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    display: flex;
}

.nav-link {
    color: rgb(107 114 128);
    margin-left: 1.2rem;
    margin-right: 1.2rem;
    transition: color 0.3s, text-decoration 0.3s;
}

.nav-link a {
    text-decoration: none;
    color: #999999;
}

.nav-link:hover {
    color: #0055ff;
    text-decoration: underline;
}
.project-list {
    margin-top: 10px;
    /* background-color: #f7f7f7; */
    border-radius: 5px;
    border-bottom: 1px solid #918c8c;
}


.project-card {
    display: flex;
    align-items: center;

}

.project-card img {
    height: 6rem;
    width: 5rem;
    margin-right: 15px;
    border-radius: 10px;
}

.project-details {
    flex: 1;
}

.project-details h3 {
    margin: 0;
    font-size: 1.2em;
    text-decoration: none;
}

.project-details p {
    /* margin: 5px 0; */
    text-decoration: none;
    padding-top: 1px;
    margin-top: 1px;
    padding-bottom: 1px;
    margin-bottom: 1px;
}

.project-details p:last-child {
    margin-top: 2px;
}

#cardtitle {
    padding-top: 2px;
}
#prolink {
    background-color: rgb(165, 222, 224);
    color: black;
    text-decoration: none;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 10px;

}
#prolink:hover {
    text-decoration: underline;
    background-color: rgb(144, 210, 212);
}
#datecolor {
    color: #918c8c;
    font-family: Arial, Helvetica, sans-serif;
}