body {
  font-family: "Poppins", sans-serif;
  /* background: linear-gradient( #ffd8bd  50%, #ffbe92 50%); */
  padding-top: 10px;
}

.center {
  padding: 10px;
}

/* center */

.logo a {
  font-size: 1.3rem;
  font-weight: 800;
  color: #ffffff;
  text-decoration: none;
}

/*NAVBAR*/

section {
  margin: 2rem 8.5rem;
}

.main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 5rem auto;
}

.main h1 {
  font-size: 2.5rem;
  font-weight: 600;
  color: #091117;
  font-family: cursive;
}

.Information {
  display: flex;
  flex-direction: column;
  align-items: end;
  margin: auto;
  padding-top: 100px;
}

.social {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.7rem;
}

.social a {
  font-size: 2rem;
  padding: 0.3rem;
  text-align: center;
  width: 25px;
  height: 35px;

  background: #351d1300;
  color: #4e1d00;
  font-family: cursive;


  outline: 0;
  cursor: pointer;
}

.social a:hover {
  color: #202020;

}

/* IMAGE*/


.blue-bg-outer {
    width: 24em;
    height: 24em;
    border-radius: 50%;
    background: linear-gradient(0deg,  #423f3f 57%, #333333 43%);
    display: grid;
    place-items: center;
    margin-top: 40px;
   

}

.white-bg {
  width: 22.875em;
  height: 22.875em;
  border-radius: 50%;
  display: grid;
  place-items: center;

  background: rgba(62, 67, 79, 0.215);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(21x);
  -webkit-backdrop-filter: blur(2px);
}

.blue-bg {
  width: 23em;
  height: 23em;
  border-radius: 50%;
  /* background: var(--primary-color); */
  display: flex;
  justify-content: center;
}

.blue-bg img {
  position: relative;
  /* bottom: 30px;
    right: 20px; */
  width: 100%;
  border-style: solid;
  border-width: 0px 0px 8px 4px;
  border-color: #2b2f3a;
  border-radius: 50%;
}


@media only screen and (max-width: 1024px) {
  html {
    font-size: 80%;
  }

  section {
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 100%;
  }

  .menu {
    display: block;
  }

  .menu {
    font-size: 1.5rem;
    color: #ffffff;
  }

  #click:checked ~ nav {
    left: 0;
  }
  .Information {
    align-items: start;
  }
}

@media only screen and (max-width: 480px) {
  section {
    margin: 0 1rem;
  }
  .images {
    min-width: 15em;
  }

  .blue-bg-outer {
    position: relative;
    width: 13.4em;
    height: 13.4em;
    margin: auto;
    left:1vh;
  }

  .white-bg {
    width: 12.875em;
    height: 12.875em;
    align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .blue-bg {
    width: 12.75em;
    height: 12.75em;
  }
  .Information {
    padding-top: 10px;
  }

}

@media only screen and (max-width: 350px) {
  .images {
    /* height: 17em; */
    width: 10em;
    height: 10em;
    left: 0px;
  }
  .blue-bg-outer {
    position: relative;
    width: 10em;
    height: 10em;
    margin: auto;
    left: -10px;
  }

  .white-bg {
    width: 12em;
    height: 13em;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .blue-bg {
    width: 13em;
    height: 12em;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .blue-bg img {
    position: relative;
    /* bottom: 17px;
        right: 10px; */
    width: 100%;
  }
  .Information {
    padding-top: 80px;
  }


}
