html,
body {
    font-size: 62.5%;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 3rem;
    background-color: rgb(230, 232, 224);
}

p {
    font-size: 1.8rem;
    margin-top: 0rem;
    margin-bottom: 0rem;
}

a {
    text-decoration: none;
    color: black;
}

h1 {
    display: flex;
    justify-content: center;
    margin: 5%;
    font-size: 4rem;
}

h2 {
    font-size: 3rem;
}

.navbar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 2rem;
    margin: 1%;
}

.navaigation {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    font-size: 1.6rem;
    width: 75%;
    gap: 1rem;

}

.social {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    gap: 2rem;
}

.portfolio {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto;
    padding-top: 10%;
    padding-bottom: 10%;
    background-color: grey;
    margin-bottom: 10%;
    gap: 10rem;
}

.projectlinks {
    position: relative;
    display: flex;
    width: 33.3%;
    height: 75%;
    justify-content: center;
    align-items: center;
}


.projectlinks img {
    height: auto;
    width: 100%;
}

.projectlinks p {
    position: absolute;
    font-size: 2.4rem;
    padding: 0.5rem 1rem;
    /*color: white;
    border: 2px solid white;*/
    text-decoration: none;
}

.projectlinks a {
    position: absolute;
    font-size: 2.4rem;
    /*color: white;
    padding: 0.5rem 1rem;*/

    text-decoration: none;
}



/*.projectlinks a:hover {
    
    color: black;
}

.image-cover {
    border: none;
    background-color: transparent;
    height: 10%;
   
}*/

.imgtext {
    display: flex;
    flex-direction: column;
    margin-bottom: 30rem;
    align-items: center;


}

.cover_image {

    margin-inline: auto;

}

.picture {
    align-content: center;
    height: 30rem;
    width: auto;
}

.Text1 {
    display: flex;
    width: 30rem;
    flex-direction: column;
    margin-left: 0%;
}


.content_container img {
    height: auto;
    width: 100%;
}