@font-face {
  font-family: Silkscreen;
  src: url('/fonts/slkscr.ttf');
}

body {
  margin: 30px;
  font-family: Silkscreen;
}

.container-profile{
  padding: 20px;
  background: #C89088;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
}

.profile-image {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  object-fit: cover;
  display: block; /* Hace que la imagen sea un bloque */
  margin: 0 auto; /* Centra horizontalmente */
}
.rss{
  color: whitesmoke;
  padding: 20px;
  background: #A87068;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.career-profile{
  background: whitesmoke;
  padding: 20px;
}
:link{
  color: #A87068;
  text-decoration: none;
}