body {
    background-color: #262626;
  }

.project{
    text-decoration: none;
    background-color: black;
    border-radius: 25px;
    margin-bottom: 5%;
    margin-left: 5%;
    margin-right: 5%;
}

.project a{
  text-decoration: none;
}

.titletext{
  text-align: center;
  color:whitesmoke;  
}

.thmb{
  border-radius: 25px;

}

.projectset {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-left: 10%;
    margin-right: 10%;
  }

header {
    display: flex;
    justify-content: center;
    align-items: center;
  }

.logo {
    display: block;
    max-height: 20vw;
    margin-left: auto;
    margin-right: auto;
  }
  