body {
    margin: 0;
    padding: 0;
	background-color:#b3cac6;
	
   /* background-color: grey;*/
    /*background: lightblue url("background.png");*/
    background-size: cover;
   /* height: 160%;*/
}

p.logo{
  text-align: center;
  margin-top:20px;
}
.logo {
  font-family: 'Roboto', sans-serif;
  text-align:center;
}
.link {
  width: 300px;
  background-color: orange;

}

.icon-list {
list-style: none;
  display: flex;
  justify-content: space-around;
  width: 393px;
  text-align: center;
  margin: auto;
  background-color: lightgrey;
  font-family: 'Roboto', sans-serif;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 10px 10px 10px 10px;

}

.icon-list li {
  display: flex; /* Display icon and text side by side */
  align-items: center; /* Vertically center content */
  padding: 10px;
}

.icon {
  font-size: 24px; /* Adjust the size as needed */
}

.text {
  margin-left: 10px; /* Add space between icon and text */
}

.text:hover {
    text-decoration: none;
}

.projectname {
  text-align: center;
}
.project {
  text-align: left;
}

.box {
  margin: auto;
  width: 570px;
  background-color: orange;
  border-top: 10px;
  border-radius: 10px 10px 0px 0px;
  padding-left: 7px;
  padding-right: 7px;




}

.containor {
  margin:auto;
  width: 600px;
/*  height: 600px;*/

}
.logotext {
  text-align: center;
  font-size: 20px;
  font-family: 'Ubuntu', sans-serif;
}

.pro-t {
 /* background-color: orange;*/
  background-color: #9db0ad;
  border-radius: 10px 10px 0px 0px;
  padding: 1px;
  font-family: 'Roboto', sans-serif;
}
.fa-link {
  margin-left: 10px;
  color: black;
  background-color: #baddd8;
  padding: 4px;
  border-radius: 1pxx;
  border-radius: 25px;
}
hr {
  width: 100px;
}
.pro-m {
  /*background-color: #bccf30;*/
  background-color: #9db0ad;
  padding: 1px;
  margin-top: 1px;
  font-family: 'Roboto', sans-serif;
}

.prodiscription {
  margin-left: 3px;
}
.pro-b {
  background-color: #9db0ad;
  /*background-color: #aab748;*/
  padding: 1px;
  margin-top: 1px;
  font-family: 'Roboto', sans-serif;
  border-radius: 0px 0px 10px 10px;
}


 /* Define the default link style */
  a {
    color: black;
    text-decoration: none;
  }

  /* Define the hover style for the link */
  a:hover {
    color:black;
  }

/*a:link {*/
/*  color: transparent;*/
/*}*/

/* visited link */
a:visited {
  color: green;
}

/* mouse over link */
a:hover {
  /*color: transparent;*/
}
.made {
    text-align:center;
    margin:3px;
}
.made p {
    background-color: orange;
  display: inline;
  margin: 0;
  border-radius: 6px;
  padding: 8px;
  margin: 0 1px 0 0;
  text-align: center;
    
}

.fa-image {
    margin-left:2px;
    color:black;
    background-color: #baddd8;
    padding: 4px;
    border-radius: 1pxx;
    border-radius: 25px;
    cursor: pointer;
}




[class*="pro-"] {
    padding: 10px;
}


/* Modal Styles */
        .modal {
            display: none;
            position: fixed;
            z-index: 1000;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            overflow: auto;
            background-color: rgba(0, 0, 0, 0.5);
        }
        .modal-content {
            background-color: #b3cac6;
            margin: 10% auto;
            padding: 20px;
            border: 1px solid #888;
            width: 80%;
            max-width: 800px;
            text-align: center;
            font-family: 'Roboto', sans-serif;
        }
        .modal-content img {
            max-width: 100%;
            height: auto;
            margin: 10px 0;
        }
        .close {
            color: #aaa;
            float: right;
            font-size: 28px;
            font-weight: bold;
            cursor: pointer;
        }
        .close:hover,
        .close:focus {
            color: black;
            text-decoration: none;
            cursor: pointer;
        }
        
.filter {
  background-color: #9db0ad;
  width: 100%;
  max-width: 350px;
  height: 50px;
  border-radius: 9px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 5px;
  margin: 0 auto;
  margin-bottom:10px;
}

.filtext {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #b3cac6;
  border-radius: 25px;
  padding: 10px 20px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
   font-family: 'Roboto', sans-serif;
}

.filtext p {
  margin: 0;
  /*font-weight: bold;*/
}

.filtext:hover {
  background-color: #ff8c00; /* Change to a darker shade of orange */
  transform: scale(1.1); /* Slightly enlarge on hover */
}


.fa-link:hover {
  background-color: #b3cac6; /* Change to a darker shade of orange */
}
.fa-image:hover {
  background-color: #b3cac6; /* Change to a darker shade of orange */
}




