body {
  background-color: #CBF0F5 !important;
}

h3 {
  text-align: center;
  font-family: "TASA Orbiter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.project {
  width: 80%;
  margin: 0 auto;
}
.button-link {
  background-color: peachpuff;
  border-radius: 5px;
  border-color: rgb(40, 147, 166);
  box-shadow: 10px 10px rgba(242, 193, 247, 0.5);
  padding: 5px;
  margin: 20px;
  width: 300px;
}
.button-link a {
color: rgb(40, 147, 166) ;
}

.button-link a:visited {
  color: rgb(204, 57, 200)
}

.intro {
  text-align: center;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.generator {
  width: 40%;
  height: 40%;
  margin: 20px;
}
.circle {
  margin-left: 30px ;
  border-radius: 50%;
  width: 20%;
  height: 20%;
  box-shadow: 0 0 0 5px rgba(40, 147, 166, 0.5),
  0 0 0 10px rgba(242, 193, 247, 0.5)
}
.aboutMe {
  background-color: peachpuff;
  margin: 40px;
  padding: 60px;
}

.button-container {
  text-align: center;
}

.button-contact {
  background-color: peachpuff;
  border-radius: 5px;
  border-color: rgb(40, 147, 166);
  box-shadow: 10px 10px rgba(242, 193, 247, 0.5);
  padding: 5px;
  margin: 20px;

}
.button-contact a {
color: rgb(40, 147, 166) ;
}

.button-contact a:visited {
  color: rgb(204, 57, 200)
}

@media (max-width: 600px) {
  .circle {
  width: 10%;
  height: 10%;
  margin-left: 10px;
  }
  .container {
    flex-direction: column;
  }
}

