@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    background-color: #f5f4ef;
    font-family:"Lato", system-ui;
}

li a {
    font-family:"Lato", system-ui;
    color: #3E4E5A;
    text-decoration: none;
}

.project {
    text-decoration: none;
    color: black;
    transition: all 0.3s ease 0s;
}

.project:hover {
    text-decoration: none;
    color: rgba(25, 92, 146, 0.80);
}

p {
    font-size: 16px;
    color: #212930;
}

header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 30px 25% 0px;
}

.nav_links {
    list-style: none;
    font-size: 18px;
}

.nav_links li {
    display: inline-block;
    padding: 0px 18px;
}

.nav_links li a {
    transition: all 0.3s ease 0s;
}

.nav_links li a:hover {
    color: rgba(25, 92, 146, 0.80);
}

.container {
    display: flex;
    flex-direction: column;
}

.container2 {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.img {
    width: 600px;
    height: 450px;
    object-fit: cover;
    background-color: #3d3d3d1f;
    border-radius: 3px;
}

.img2 {
    width: 600px;
    height: 450px;
    background-color: #3d3d3d1f;
    border-radius: 3px;
    align-content: center;
    text-align: center;
    position: relative;
}