body {
    background-color: #646F58;
    color: #fff;
}

.header {
    background: transparent;
    color: #fff;
    padding: 20px;
    text-align: center;
    font-size: 20px;
    text-decoration: none;
}

.header .link {
    text-decoration: none;
    color: #fff;
    margin: 10px;
    padding: 10px;
    position:relative;
    left: 400px;
    bottom: 120px;
}

.header img {
    width: 200px;
    height: 200px;
    display: flex;
position: relative;
bottom: 50px;
}

.header hr{
    border: 1px solid #fff;
    width: 100%;
    position: relative;
    bottom: 110px;
}

.container{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    text-align: center;
}

.project{
    background-color: #DDE392 ;
    width: 900px;
    height: 580px;
    display: flex;
    flex-direction: column;
margin: 20px;

}

.project img{
    width: 350px;
    height: 250px;
    position: relative;
    align-items: center;

}


h1{
    font-size: 30px;
    text-align: center;
    position: relative;
    bottom: 50px;
}

.login-container {
    max-width: 400px;
    margin: 2rem auto;
    padding: 2rem;
    background: #DDE392;
    border-radius: 5px;
    text-align: center;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
}

    .login-container input {
        width: 100%;
        padding: 0.5rem;
        margin: 0.5rem 0;
    }
    
    .login-container button {
        padding: 0.5rem 1rem;
    }

    .login-container {


            text-align: center;
        }

