body {
  background: #e8bbef;
  font-family:  'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;;
  align-items: center;
  text-align: center;
  font-size: 20px;
}
 

  

.current-text-title {
    font-size: 48px;
    color: rgb(89, 5, 141);
  
}

.container {
  display: flex;
  justify-content: center;
}

.submit-button {
  background-color:  rgba(52, 51, 51, 0.963);
  color: white;
  border-radius: 10px;
  height: 40px;
}

.search-input {
color: white;
background-color:  rgba(52, 51, 51, 0.963);
height: 40px;
border-radius: 10px;

}


a:link {
  color: whitesmoke;
}

a:visited {
  color:whitesmoke;
}
.graphic-design-button {
    background-color:  #e8bbef;
    color: black;
  height: 60px;
 width: 200px;
  border-radius: 10px;
  display:block;
  margin: 0 auto;
}

.graphic-design-button a{ 
text-decoration: none;
  background-color:  #e8bbef;
  color: black;
  font-size: 20px;

}




.current-text {
      font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: #e8bbef;
   background: rgba(52, 51, 51, 0.963);
   max-width: 800px;
   margin: 20px;
   padding: 50px;
   border-radius: 10px;
   font-size: 20px;
display: grid;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
 border-width: 20px;
}
 img {
    max-width: 200px;
    border-radius: 10px;
   display: block;
   margin: 0 auto;
   border-color: #d851ed;
   border-style: solid;
   border-width: 10px;
   box-shadow:rgba(216, 210, 210, 0.963) 0px 5px 15px;
}

.roxane {
  width: 100%;
  border-radius: 20px;
  display: block;
  border-color: none;
  border-style: none;
}



    .grid {
        margin: 15px 0;
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 10px;
        justify-items: center;
    }
    .grid img {
        width: 100%;
        border-radius: 8px;
        object-fit: fill;
    }
    .grid img:hover{
         transform: scale(1.25);
    }


    .footer a {
        color: purple;
    }
    .footer a:hover{
      color: purple;
    }

   .footer-icons a:hover {
  text-decoration: none;
  transform: scale(1.05, 1.05);
    }