@font-face {
  font-family: 'Aileron';
  font-style: normal;
  font-weight: 800;
  src: local('Aileron-Heavy' ), url('Aileron-Heavy.woff') format('woff'); }

body {
  background-color: #00062F;
  overflow: scroll;
  font-family: "Aileron";
}


p,
li {
  color: white;
  margin-right: 20px;
  margin-left: 20px;
  font-family: "Open Sans";
}

.brand{
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo{
  float:left;
}
.title {
  font-family: 'Aileron';
  margin-left: 10px;
  font-size: 400%;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #aa33ff;
  text-decoration: none;
}



#categorie {
  margin: 80px 212.5px 12px 10px;
  font-family: Aileron;
  font-size: 300%;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}
.row {
  display: flex;
  overflow: scroll;
  padding: 20px;
}

.row::-webkit-scrollbar {
  display: none;
}

.card {
  text-decoration: none;
  padding: 5%;
  width: 300px;
  height: 100px;
  margin: 0 17.5px 0 0;
  border-radius: 30px;
  background-image: linear-gradient(to bottom, #f960e8, #f3b7ff);
}

h4 {
  font-family: Aileron;
  color:  #c0c0c0;
}
.card2 {
  text-decoration: none;
  padding: 5%;
  width: 300px;
  height: 100px;
  margin: 0 17.5px 0 0;
  border-radius: 30px;
  background-image: linear-gradient(to bottom, #4e72ff, #862ae1);
}

.card3 {
  text-decoration: none;
  padding: 5%;
  width: 300px;
  height: 100px;
  margin: 0 17.5px 0 0;
  border-radius: 30px;
  background-image: linear-gradient(to bottom, #fc9132, #ffe95a);
}

.card4 {
  text-decoration: none;
  padding: 5%;
  width: 300px;
  height: 100px;
  margin: 0 17.5px 0 0;
  border-radius: 30px;
  background-image: linear-gradient(to bottom, #ffffff, #dce5ee, #ffffff);
}

.card5 {
  text-decoration: none;
  padding: 5%;
  width: 300px;
  height: 100px;
  margin: 0 17.5px 0 0;
  border-radius: 30px;
  background-image: linear-gradient(to bottom, #bcf6d7, #88bcff);
}

.card6 {
  text-decoration: none;
  padding: 5%;
  width: 300px;
  height: 100px;
  margin: 0 17.5px 0 0;
  border-radius: 30px;
  background-image: linear-gradient(to bottom, #fc9132, #ffe95a);
}

.name {
  font-family: 'Aileron';
  font-size: 35px;
  font-weight: bold;
  text-decoration: none;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

.input-wrapper {
  align-items: center;
  justify-content: space-between;
  width: 425px;
  height: 35px;
  margin-left: 20px;
  background: #aa33ff;
  padding: 0.5rem;
  border-radius: 0.5rem;
  color: white;
  box-shadow: 0.25rem 0.25rem 0rem #db9eff;
}

input {
  margin: 0 0.5rem 0 0.5rem;
  font-size: 1.8rem;
  border: none;
  outline: none;
  background: #aa33ff;
  color: white;
}

::placeholder {
  color: #f79eff;
}


.input-wrapper2 {
  align-items: center;
  font-weight: bold;
  font-size: 1.6rem;
  justify-content: space-between;
  width: 250px;
  text-align: center;
  margin-left: 20px;
  background: #00b48d;
  padding: 0.5rem;
  border-radius: 0.5rem;
  color: white;
  box-shadow: 0.25rem 0.25rem 0rem #00e6c7;
}

.input-wrapper2:hover{
  transform: scale(1.09);
}

.part{
  margin-top: 50px;
  display: block;
}

.gif{
  margin-top: -70px;
  text-align: center;
}

.penguin{
  height: 500px;
}

h1{
  color: #aa33ff;
  font-weight: bold;
  font-size: 50px;
}

h3{
  font-size: 25px;
  color: white;
}

.card:hover {
  transform: scale(1.05);
}

.card2:hover {
  transform: scale(1.05);
}

.card3:hover {
  transform: scale(1.05);
}

.card4:hover {
  transform: scale(1.05);
}

.card5:hover {
  transform: scale(1.05);
}

.card6:hover {
  transform: scale(1.05);
}
