

@media only screen and (max-width: 1300px) {
    /* Remove the padding we set earlier */
    .container {
      max-width: 900px;
    }
  }
body, ul {
    margin: 0;
    padding: 0;
    font-size: 20px;
}

html{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: sticky;
}

body {
    position: fixed;
    line-height: 1.4;
    background-size: 20px 20px;
    background-image:
        linear-gradient(to right, rgb(221, 221, 221) 1px, transparent 1px),
        linear-gradient(to bottom, rgb(221, 221, 221) 1px, transparent 1px);
        /* background-size:auto;
        background-repeat: no-repeat;
        background-image: url("schrodinger.png"); */
    position: absolute;
    display: flex;
    align-items: center;
    flex-direction: column;
}
span{
    font-family: 'STIX Two Text', Times, serif;
    font-weight: bold;
    
}
.img1 {
    position: absolute;
    object-fit:cover;       
    opacity: 0.06;
    width: 100vw;
    height: 100vh;
    z-index: -1; /* Ensures the image stays behind content */
}
.img2 {
    position:absolute;
    opacity: 8%;
    transform: scale(25%);
}

h1{ 
    font-size: 80px;
    text-align: left;
    margin-top: 0%;
    font-family: 'STIX Two Text', Times, serif; 
    line-height: 1;
}
.about{
    text-align: left;    
    font-size: 20px;
}

p{
    font-size: 25px;
    text-decoration:double;
    text-align: center;
    width: 650px;
    font-family:'Abyssinica SIL', Tahoma, Geneva, Verdana, sans-serif;
    justify-content: space-between;
}

header {
    background-color: #00000000;
    display: flex;
    align-items: center;
    padding: 20px 0;
    position:relative;
    top: 0;
    z-index: 1000;
    width: 100%;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 20px;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
    font-family: 'STIX Two Text', Times, serif; 
}


.nav-links {
    list-style: none;
    display: flex;
    gap: 15px;
    align-items: center;
    font-family:'Times New Roman', Times, serif
}

.nav-links li {
    margin: 0;
    text-align: center;
    text-decoration: solid;
    font-weight: bold;

}

.nav-links a {
    color: rgb(0, 0, 0);
    text-decoration: none;
    padding: 8px 15px;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.nav-links a:hover {
    text-decoration: underline;
}

div {
    max-width: 1200px;
}

section:not(:last-child) {
    margin-bottom: 50px;
}

#greeting{
    text-align: left;
    font-family: 'Kotta One', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 40px;
}

.place{
    text-align: left;
    display: inline-block;
    font-family:'Abyssinica SIL', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: lighter;
    font-size: smaller;
}
.date{
    text-align: right;
    display: inline-block;
    margin-left:auto;
    font-family:'Abyssinica SIL', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: lighter;
    font-size: smaller; 
}

.experiences{
    display:flex; /* Enables flexbox layout */
    justify-content: space-between; /* Aligns the items to the left and right */
    width: 800px; /* Full width of the parent container */
    font-size: 25px;
}

.entrydate{
    display: flex;
    font-size: 25px;
    width: 800px;
    text-align: left;
    font-family:'Abyssinica SIL', Tahoma, Geneva, Verdana, sans-serif;
}

.entrytitle{
    display: flex;
    text-align: left;
    font-size: 25px;
    font-family: 'Times New Roman', Times, serif;
    width: 800px;
    font-family:'Abyssinica SIL', Tahoma, Geneva, Verdana, sans-serif;


}

.entry{
    display: flex;
    font-size: 20px;
    font-weight: lighter;
    font-family:'Abyssinica SIL', Tahoma, Geneva, Verdana, sans-serif;
    width: 800px;


}


