body{
    background-image: linear-gradient(to right, yellow , rgb(73, 157, 185));
}

.footer{
    background: rgba(128, 128, 128, 0.493);
    width: 100%;
    height: auto;
    margin-top: 20px;
    color: white;
  
  }
  
  .footer p{
    padding-left: 20px;
    padding-top: 16px;
    padding-bottom: 10px;
  }
  
  .footer a{
    text-decoration: none;
    color: white;
  }

.develop{
  display: flex;
  flex-direction: row;
  width: 60%;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 50px;
}

.develop-right{
  display: flex;
  flex-direction: row-reverse;
  width: 60%;
  margin: auto;
  margin-top: 20px;
}

.develop-right p{
  margin-right: 30px;
  font-family: cim;
  font-size: 22px;
  text-align: justify;
}

.develop p{
  margin-left: 30px;
  font-family: cim;
  font-size: 22px;
  text-align: justify;
}

.develop img, .develop-right img{
  border-radius: 20px;
  border: 3px solid black;
}

::-webkit-scrollbar {
  width: 0;
}

h1{
  text-align: center;
  width: 50%;
  margin: auto;
  margin-top: 2%;
  font-size: 50px;
  color: white;
  text-shadow: 0px 0px 5px black, 0px 0px 5px black, 0px 0px 5px black;
  font-family: cim;
}

.footer p{
  text-shadow: 0px 0px 5px black, 0px 0px 5px black, 0px 0px 5px black;
}

.footer i{
  color: black;
  text-shadow: none;
}