@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');

body {
  font-family: "Roboto", sans-serif;
}

.content {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  height: 100vh;
}

.card {
  background: #000000;
  box-shadow: 0px 2px 23px #26395347;
  border-radius: 20px;
  width: 300px;
  margin: 0px 10px;
}

.top-card {
  padding: 20px;
  padding-top: 0px;
}

.title {
  color: #ffffff;
}

.second-text {
  color: #ffffff;
}

.media-card1 {
  background: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSh64f2EgTDBPu9jss2I9USSW35kG23D-0cvA&s) center/cover;
  height: 250px;
  width: 100%;
}

.bottom-card {
  padding: 20px;
}

.bottom-text {
  color: #b7cce2;
}

.actions {
  background: none;
  border: none;
  color: rgb(184, 171, 214);
}