


body{
background-image: url("assets/rolandobartes.jpg");
margin-top:10px;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  color: white;
  font-size: 25px
}

.centerbox {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  height: fit-content;
  border: 3px;
  padding: 25px;
  margin-left: 250px;
  margin-right: 250px;
  background-image: url("assets/rolandobartesmaligno.png");
}

.linkbox {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  height: 300px;
  border: 3px;
  padding: 25px;
  margin-left: 250px;
  margin-right: 250px;
  background-image: url("assets/rolandobartesmaligno.png");
}

.recobox {
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  gap: 25px;
  padding: 25px;
  margin-left: 250px;
  margin-right: 250px;
  margin-bottom: 25px;
  border: 3px solid #E35664;
  color: #FFFFFF
}

.recobox-img {
  flex: 0 0 25%;
  width: 25%;
  object-fit: cover;
}

.recobox-text {
  flex: 1;
}


a:link {
  color: #E35664
}

a:visited {
  color: #B84249
}