@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
body {
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #323232;
  overflow: hidden;
}
.container {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100vh;
}
.content {
  background-color: #151515;
  border-radius: 15px;
  padding: 3vh 1vw;
  padding-bottom: 1.5vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  box-shadow: 0px 0px 19px 7px rgba(0, 0, 0, 0.46);
  -webkit-box-shadow: 0px 0px 19px 7px rgba(0, 0, 0, 0.46);
  -moz-box-shadow: 0px 0px 19px 7px rgba(0, 0, 0, 0.46);
}
img {
  border-radius: 6px;
  height: auto;
  max-width: 100%; max-height: 65vh; width: auto;
}
figcaption {
  margin-top: 2.5vh;
  background: linear-gradient(
    90deg,
    rgb(162, 0, 255) 40%,
    rgba(142, 209, 252, 1) 58%
  );

  -webkit-text-fill-color: transparent;
  font-family: "Roboto", sans-serif;
}
.btn {
  background-color: #28a745;
  color: white;
  border-radius: 10px;
  margin: 4px 2px;
  padding: 15px;
}
a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

h3, h4 {
  color: white;
}

