.form {
    font-size: 20px;
    font-family: sans-serif;
}
* {
    scroll-behavior: smooth;
  }
body {
    margin: 0%;
    background-color: #fff;

}

html, body {
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

.header {
    background-color: #0a0a23;
    color: #fff;
    border-bottom: 4px solid #F47521;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.left-content {
    display: flex;
    align-items: center;
}

.text-header {
    font-size: 30px;
    margin: 0 auto;
    font: bold;
    align-items: center;

}

.right-content {
    display: flex;
    gap: 20px;
    align-items: center;
}

.right-content p {
    margin: 0;
    padding: 5px;
    font-size: 20px;
}

.right-content a {
    color:#fff;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease, transform 0.2s ease;
    transform: scale(1.05);
}

.header {
    font-family: "Bodoni Moda", serif;
    font-optical-sizing: auto;
    font-weight: weight;
  }
.image-link img {
    width: 25;
    height: 25;
}
.flag {
    height: auto;
    width: 24px;
}

.light-dark-mode {
    height: auto;
    width: 44px;
}

.h1 {
    font-size: 20px;
}

.footer {
    font-family: 'Times New Roman', Times, serif;
    font-size: 18px;
    text-align: center;
    background-color: #0a0a23;
    color: #fff;
    border-top: 4px solid #F47521;
    

}
.logo {
    width: 50px;
    box-shadow: 0px 0px 10px 2px #F47521;
    border-radius: 6px;
    margin: 10px;
}

.icongit {
    width: 30px;
    height:30px;
    margin-top: 10px;
    box-shadow: 0px 0px 2px 2px white;
    border-radius: 50px;
}

.iconlinkedin {
    width: 30px;
    height:30px;
    margin-top: 10px;
    box-shadow: 0px 0px 2px 2px #0077B5;
    border-radius: 6px; 
}
.profile-picture {
    width: 30%;
    margin: 50px;
    box-shadow: 1px 1px 10px 1px grey;
    border-radius: 10px;
    height: auto;
}
    
.about-me-picture {
    display: flex;
    align-items: center;
}    

.about-me-text-left {
    flex-basis: 70%;
    margin-left: 30px;
    font-size: 40px;
    padding-right: 20%;
    padding-bottom: 10%;

}
.about-me-text-right {
    padding-right: 0%;
    font-size: 60px;
    margin-right: 10%;

}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.blog-container {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 1800px;
    gap: 20px;
}

.blog-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.blog-pictures {
    width:100%;
}
.blog-pictures img {
    width: 100%;
    height: auto;
    box-shadow: 1px 1px 10px 1px grey;
    border-radius: 10px;

}
.blog-text-right {
    width: 50%;
    padding: 10px;
    box-sizing: border-box;
    font-size: 1rem;
    

}

.blog-pictures-text {
    padding-top: 34px;
    justify-content: center;
    font-size: 20px;
    
}

.blog-headline {
    font-size: 24px;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    margin: 10px 0 20px;
}

.blog-pictures-text-list {
    font-size: 20px;
}

.end-of-blog {
    font-size: 40px;
    font-weight: bold;
    text-transform: capitalize;
}

.footer a{
    color: cornflowerblue;
}
.footer a:visited {
    color: cornflowerblue;
}
.footer a:hover {
    color: brown;
}
.footer a:active {
    color: brown;
}

.image-link , .logo{
    color: inherit;
    text-decoration: none;
}

.image-link:hover{
    color: inherit;
    text-decoration: none;
    opacity: 0.8;
}