#navbar {
    flex-direction: column;
    padding: 1px 0px;
    overflow: hidden;
    height: 100%;
}

#navbar ul li {
    margin-bottom: 15px;
    margin-top: 10px;
}


.project {
    flex-direction: column;
}

.project {
    width: 100%;
}

.project img {
    
    width: 100%;
    margin: 0px 10px;
    border-radius: 5px;
}

.technology {
    width: 100%;
    
}

.technology img {
    align-self: center;
}

.technologiesList{
    width: 100%;

}


.contactinner input {
    width: 100%;
}


