/* general */
p {
    font-family: prompt;
    margin-top: 0;
    margin-bottom: 0;
}

code {
    background-color: #f0f0f0;
    padding: 2px 4px;
    border-radius: 4px;
    font-family: monospace;
    color: #2980b9;
}

body, html { 
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    margin: 0;
    height: auto; 
    position: relative;
    background-color: #e8f0f7;
    overflow-x: hidden;
}

* {
    margin: 0;
    padding: 0;
    margin-top: 0;
    font-family: prompt;
    box-sizing: border-box;
}

.div__container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.imageclass2 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 30%;
}

.subtitles {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 5px;
    padding-bottom: 9%;
}

.basicinfo2 {
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    margin-left: 10%;
}

.basicinfo2 p {
    text-align: center;
    color: #AAB7B8;
    line-height: 1.25;
    font-size: larger;
}

.basicinfo {
    margin: auto;
    display: flex;
    flex: 1;
    width: 50%;
    padding-bottom: 50%;
}

.cv {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 3%;
}

.header {
    background-color: black;
    margin-bottom: 5%;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.header__content {
    display: flex; 
    align-items: center;
    justify-content: space-between;
    min-height: 120px;
    width: 100%;
    margin: 0 auto;
    flex-direction: row;
    column-gap: 200px;
}

.nav {
    margin-right: 5%;
}

.nav__myname {
    color: #e8f0f7;
    font-size: 30px;
}

.nav__list {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 40px;
}

.nav__item {
    text-align: center;
}

.nav__link {
    color: rgba(255, 255, 255, 0.75);
    font-size: 22px;
    transition: all 0.4s;
}

.nav__link:hover {
    color: rgba(255, 255, 255, 1);
}

.nav__logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.logo__img {
    width: 100px;
}

.image2 {
    width: 400px;
    margin-left: 20px;
}

.section {
    font-size: 18px;
    display: flex;
    row-gap: 4px;
    text-align: center;
    flex-direction: column;
    z-index: 1;
    position: relative;
    padding: 5%;
    max-width: 1300px;
    margin-left: 5%;
    padding-left: 10px;
}

.section p {
    margin-bottom: 3%;
}

.pagehead {
    max-width: 1200px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin-left: 1%;
}

.topinfo {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.imageclass {
    flex-direction: column;
    margin-right: auto;
    display: block;
    position: absolute;
}

.name {
    max-width: 100%;
    margin: auto;
    display: flex;
    position: absolute;
    top: 5%;
    right: 19%;
    padding-bottom: 20%;
}

.header-text {
    display: flex;
    flex: 1;
    font-weight: bold;
    padding-bottom: 5%;
}

.basic_head {
    flex: 1;
}

.subtitle {
    margin: auto;
    flex-direction: column;
    padding-top: 2%;
    position: absolute;
    align-items: center;
    top: 12%;
    right: 17%;
    line-height: 0.25;
    color: #AAB7B8;
    padding-bottom: 20%;
    display: flex;
}

.image3 {
    width: 500px;
    border-radius: 3%;
    margin-right: 2%;
    padding-left: 4%;
}

.image {
    width: 300px; 
    margin: auto;
}

.txt-cont {
    display: flex;
    align-items: center;
}

.net-vis {
    display: flex;
    align-items: center;
}

.bottom-text {
    margin-top: 20px;
}

.socials {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 40px;
}

.socials a {
    display: flex;
    border-radius: 50%;
}

.socials img {
    width: 60px;
}

.special-logo {
    width: 300px;
}

.footer {
    background-color: black;
    margin-bottom: 5%;
    justify-content: center;
    align-items: center;
    max-height: 120px;
    padding: 3%;
    max-width: 1200px;
}

.footer__content {
    display: flex;
    background-color: black;
    max-height: 100px;
    max-width: 1200px;
    align-items: center;
    justify-content: center;
    column-gap: 40px;
    margin: auto;
}

.contact-info {
    text-align: left;
    color: azure;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1200px;
    margin: auto;
    column-gap: 200px;
}

.contact-info p {
    padding-right: 5%;
    font-size: 25px;
    text-align: center;
}

.project {
    text-align: center;
}

.projlink:hover {
    color: rgb(6, 5, 5, 0.5);
    text-decoration: underline;
}

.projlink {
    color: black;
    text-decoration: none;
}

.projname {
    text-align: center;
    color: rgb(8, 0, 0);
}

.projname h2 {
    padding-bottom: 2%;
    color: black;
}

figcaption {
    background-color: inherit;
    color: inherit;
    display: flex;
    font-style: italic;
    padding: 2px;
    text-align: center;
}

.imagecap {
    display: flex;
    flex-direction: column;
    padding-right: 5px;
    align-items: center;
    padding-bottom: 2px;
}

.course {
    display: flex; 
    flex-wrap: wrap; 
    border-bottom: 1px solid #2980b9; 
    margin-bottom: 1%;
    padding-bottom: 1%;
    background-color: rgb(224, 233, 236);
    padding-right: 5%;
    padding-top: 5%;
    border-left: 10px solid #2980b9;
}

/* .course::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #2980b9;
} */

.courseinfo {
    flex: 1; 
    min-width: 250px; 
    padding-right: 15px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #2980b9;
}

.coursename {
    text-align: left;
    font-weight: bold;
    display: inline-block;
    width: 95%;
    margin-bottom: 3%;
    padding: 50px;
}

/* .coursename::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1%;
    height: 100%;
    background-color: #2980b9;
} */

/* .coursename::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 45%;
    width: 1px;
    height: 100%;
    background-color: #2980b9;
} */

.coursename h2 {
    font-weight: bolder;
    font-size: 30px;
    width: 50%;
    margin-left: 10%;
}

.section h1{
    padding-bottom: 3%;
}

.coursesem {
    margin-top: -3%;
    text-align: left;
    font-weight: lighter;
    color: rgb(146, 143, 143);
    display: inline-block;
    margin-left: 15%;
    margin-bottom: 3%;
}

.coursedescr {
    display: flex;
    flex-direction: column;
    flex: 1;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.coursedescr p {
    margin-bottom: 10px;
    padding-left: 5%;
}

.tutorial {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 15px;
    font-size: 15pt;
}

.tut__header {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 15px;
    font-size: 20px;
}

.tut__header p {
    color: #505353;
    max-width: 1200px;
    text-align: center;
}

.tut__descr {
    flex: display;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 1000;
    row-gap: 10px;
}

.tut__links {
    display: flex;
    flex-direction: row;
