.topnav {
    background-color: rgb(0, 0, 0);
    overflow: hidden;
    padding: 1%;
    border-radius: 1cm;
width: fit-content;
float: right;

}

.topnav a{

    float: right;
    color:  rgb(255, 255, 255);
    text-align:center;
    padding: 14px 16px;
text-decoration: none;
font-size: 25px;
}

.topnav a:hover {
color: rgb(255, 255, 255);
text-decoration: underline;

}
.topnav a.active {
background-color: #20753b;
color: rgb(255, 255, 255);
border-radius: 60%;

}

.homeheading {
font-size: 2cm;
    text-decoration: underline;
font-family:Georgia, 'Times New Roman', Times, serif;

}
body{ 
    background-color: rgba(226, 236, 234, 0.968);
}
.sub{
    font-family:Georgia, 'Times New Roman', Times, serif;
    font-size: 40px; ;
}
.tuataraheading{
    font-family:Georgia, 'Times New Roman', Times, serif;
    font-size: 2cm;
}
.writhingwhy {
width: 300px;
font-size: 30px;
}
.subheadingtuatara{ 
font-size: 30px;
font-family:Georgia, 'Times New Roman', Times, serif;

}

.overview{
font-size: 50px;
text-align: center;

}
.screenshot{
width: 1000px;
    
}
.tuatare-flex-display{
display: flex;
justify-content: space-between;

}

.skill1-flex-display{
display: flex;


}
.subheadingtuatara2{ 
    font-size: 30px;
 text-align: center;
 font-family:Georgia, 'Times New Roman', Times, serif;
    }

 .skill1-parpgaph{
    font-size: 30px;
   }

.img-screenshot3{
width: 15cm;
height: 10.7cm;

}
.skill2-parpgaph {
    font-size: 30px;

    }

.back-to-top {
float: left;
font-size: 50px;
}
.homeheading-sub {
    font-size: 1.5cm;
    text-decoration: underline;
    font-family:Georgia, 'Times New Roman', Times, serif;
}

.about-me {
font-size: 30px;
font-style: italic;
font-family:'lobster';
text-align: center;
}
.about-me-pargrpgh-display-flex {
    display: flex;
    text-align: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;

}
img {
    width: 100px;
}

.project-headings-home-page-display-flex{
display: flex;
flex-flow: row nowrap;
justify-content: space-around;
font-size: 30px;

}

.images-project-headings-home-page-display-fle {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
margin-left: auto;
margin-right:auto ;

}
.parpgaph-about-me{
font-size: 20px;


}