*{
    color: white;
    background-color: #0d0d14;
    font-family: Arial, Helvetica, sans-serif;
    padding-right: 1em;
    padding-left: 1em;
}

img, video, iframe {
  max-width: 100%;
  height: auto;
}

.title {
  display: flex;
  align-items: center;
  gap: 8px; 
}

.title::after {
    content: "";
    flex: 1;
    height: 1px;
    background:rgb(72, 36, 156)
}

.text {
  font-size: 1rem;
}

h1.name{
    font-size: 2.5em;
    padding-left: 13px;
}

div.intro{
    padding-top: 1em;
    margin: 0;
}

.intro-text{
    color: #867bff;
    display: inline-block;
    background-color: #857bf82d;
    border-radius: 1em;
    padding: 1em 1em;
    margin-left: 1em;
    margin-bottom: 0;
}

.buttons{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 1em;
    margin-top: 1em;
    color: white;
    margin-top: 0;
}

.ProjectButton{
    background-color: #867bff;
    border: none;
    color: white;
    padding: 1em 1.5em;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1em;
    border-radius: 1em;
    cursor: pointer;
}
.CVButton{
    background-color: rgb(53, 49, 49);
    border: none;
    color: white;
    padding: 1em 1.5em;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1em;
    border-radius: 1em;
    cursor: pointer;
}


img {
    width: 12em;
    height: 12em;
    border-radius: 50%;
    padding: 0%;
    border: 2px solid #867bff;
    float: right;
}

.separator{
    display: flex;
    border-bottom: #0b0458 solid 1px;
    margin: 2em 0;
}

.value{
    color: #867bff;
    font-size: 1.2em;
    font-weight: bold;
}

.ex-title{
    color: #867bff;
}

body{
    display: flex;
    flex-direction: column;
    
}

.project-card, .project-card2{
    display: flex;
    gap: 2em;
    padding-top: 2em;
}

.GitHubButton{
    background-color: #302986;
    border-radius: 0.5em;
    padding-bottom: 0.2em;
}

.project-1{
    border: 1px solid lightgreen;
    border-radius: 2em;
    
}

.stack-item{
    display: inline-block;
    background-color: #47464998;
    color: white;
    font-size: 0.7em;
    padding: 0.5em 1em;
    border-radius: 0.6em;
    margin-right: 0.5em;
    margin-top: 0.5em;
}

.project-description{
    color: rgb(116, 91, 91);
    font-size: 0.8em;
}

.project-title{
    font-size: 1.2em;
    font-weight: bold;
}

.project-2{
    border: 1px solid #867bff;
    border-radius: 2em;
}

.project-3{
    border: 1px solid lightcoral;
    border-radius: 2em;
}

.project-4{
    border: 1px solid lightblue;
    border-radius: 2em;
}

.experience{
    padding-top: 2em;
}

.experience-list{
    display: flex;
    flex-direction: column;
    li::marker {
        color: red;
    }
}

.position{
    font-weight: bold;
}

.company{
    color: #867bff;
    font-size: 0.8em;
}

.year{
    color: gray;
    font-size: 0.8em;
}

.description{
    color: lightgray;
    font-size: 0.8em;
}

.About, .Projects, .Experience, .Skills{
    color:  gray;
}
.header{
    display: flex;
    flex-direction: row;
    justify-content:space-evenly;
    align-items: center;
    position: sticky;
    top: 0;
    color: white;
    z-index: 1000;
    border-bottom: 1px solid #131e7c;}

.Skills{
    padding-right: 1em;
}

.logo{
    font-weight: bold;
    padding-right: 1em;
}

.footer1{
    border-radius: 2em;
    text-align: center;
    padding: 1em;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.contact-me{
    background-color: #0b0458;
    border: 1px solid #2516c7;
    color: white;
    padding: 1em 1em;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1em;
    border-radius: 1em;
    cursor: pointer;
}