body{
   
    background: radial-gradient(  rgb(222, 197, 250), white);
}

.logo-responsive {
    max-width: 170px;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 17px;
}

.image-responsive {
  width: 100%;
  height: auto;
  max-width: 550px; 
        display: block;
        margin-left: auto;
        margin-right: auto;
  }

  .rs {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 7px;
    margin-top: 50px;
  }
  
  .socialmedia__item {
    list-style: none;
    margin-right: 15px;
    transition: all 0.3s ease-in-out;
  }
  
  .socialmedia__item:hover {
    opacity: 20%;
  }

  .footer{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    margin-bottom: 15px;
  }