body {
  background-image: url(../img/backgroundportfolio.png);
  background-position: center;
  background-size: 2200px;
  background-color: rgb(1,3,5);
  background-position-y: 0px;
  background-repeat: no-repeat;
}

.welcome-container{
  padding: 30px;
}

.welcome-head{
  font-size: 100px;
  font-family: 'Agrandir';
}

h1 {
  color: white;
}

a {
  color: white;
}

h5{
  padding: 10px;
  margin-bottom: 0px;
}

.featured-projects{
  padding-top: 200px;
  padding-bottom: 100px;
  text-align: center;
}

.featured-img{
  height: 240px;
  transition: transform 0.3s ease-in-out;
}

.featured-img:hover {
  transform: scale(1.05);
}

.footer{
  font-family: 'Kollektif';
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .footer{
    position: relative;
  }
  .welcome-head{
    font-size: 60px;
    display: flex;
    justify-content: center;
  }
}