@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap");

* {
  margin: 0;
  padding: 0;
}
body {
  background-color: #afd6e8;
}
main {
  display: flex;
  justify-content: center;
  align-items: center;
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 10px 20px;
  height: 308px;
  margin: 150px;
  width: 303px;
}
.quote {
  height: 171px;
  width: 284px;
  box-shadow: #e5f4fb 0px 2px 8px 0px;
  bottom: 25px;
  position: relative;
  font-size: 17px;
  text-align: center;
}
.quote p{
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  margin: 48px 10px 0 10px;
  font-size: 16px;

}
.button {
  background-color: black;
  padding: 10px 20px;
  border: none;
  color: white;
  font-size: 16px;
  cursor: pointer;
  position: absolute;
  margin-top: 231px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 11px;
}