.title {
  margin-left: 10px;
}
.links {
  margin-top: 10px;
  margin-left: 10px;
}
.big_link {
  font-size: 2vw;
}
/* CSS styles */
.image-container {
  width: 80%;
  max-width: 400px;
  height: auto;
  border: 2px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 10px;
  margin-left: 10px;
}

.image-container img {
  width: 100%;
  height: auto;
}
.social-links {
  display: flex;
  justify-content: left;
  margin-top: 20px;
  margin-left: 10px;
}

.social-links a {
  margin-right: 5px;
}

.social-links img {
  width: 50px;
  height: auto;
}
.about {
  font-size: 20px;
  margin-left: 10px;
}
