body {
  align-content: center;
  background: rgb(31, 35, 66);
  background: linear-gradient(
    200deg,
    rgba(31, 35, 66, 1) 45%,
    rgba(45, 45, 47, 1) 100%,
    rgba(3, 4, 15, 1) 100%
  );
  background-image: radial-gradient(circle, #3a3737 1px, #000000 1px);
  background-size: 40px 40px;
  color: #dddddd;
  display: flex;
  flex-direction: row;
  font-family: "Raleway", sans-serif;
  height: 100vh;
  justify-content: center;
  margin: 0;
}

.container {
  align-items: center;
  border-radius: 2%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  margin: 0;
  padding: 5%;
  width: 75%;
}

.image {
  border-radius: 50%;
  display: flex;
  filter: grayscale(0.3);
  overflow: hidden;
}

.image img {
  height: 200px;
  width: 200px;
}

.title {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 150%;
  padding: 2%;
}

.content {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 20px;
  text-align: center;
}
