body {
  background: linear-gradient(60deg,#35123e,#c9257e);
  color: #3C240B;
  font-family: serif;
}
#carreRIGHT {
  position:relative;
  left: 37%;
  transform: translateX(-50%);
  display: inline-block;
  border-radius: 15px;
  height: 439px;
  width: 310px;
  background: linear-gradient(90deg, #eeeeee, #939393);
}
#carreLEFT {
  position:relative;
  left: 37%;
  transform: translateX(-50%);
  display: inline-block;
  border-radius: 15px;
  height: 439px;
  width: 310px;
  background: linear-gradient(90deg, #939393, #eeeeee);
}


#button {
  position:relative;
  left: 34%;
  transform: translateX(-50%);
  border-radius: 10px;
  height: 36px;
  width: 95px;
  background: linear-gradient(90deg, #ff860c, #ffad0c);
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  outline: none;
  overflow: hidden;
  display: inline-block;
  align-items: center;
  justify-content: center;
}
#button2{
  position:relative;
  left: 52%;
  transform: translateX(-50%);
  border-radius: 10px;
  height: 35px;
  width: 95px;
  background: linear-gradient(90deg, #ff860c, #ffad0c);
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  outline: none;
  overflow: hidden;
  display: inline-block;
  align-items: center;
  justify-content: center;
}


#buttonpages{
  position:relative;
  left: 42%;
  transform: translateX(-50);
  border-radius: 15px;
  height: 35px;
  width: 60px;
  background: linear-gradient(90deg, #E5A10B, #E5D30B);
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  outline: none;
  overflow: hidden;
  display: inline-block;
  align-items: center;
  justify-content: center;
}


#buttonmenu{
  position: relative;
  align-content: center;
  transform: translateX(-50%);
  border-radius: 10px;
  height: 35px;
  width: 95;
  background: linear-gradient(90deg, #ff860c, #ffad0c);
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  outline: none;
  overflow: hidden;
  justify-content: center;
  display: grid;
  grid-template:
  "arrowPREVIOUS arrowNEXT"
}



#arrowNEXT {
   position:relative;
  left: 34%;
  transform: translateX(-50%);
  border-radius: 10px;
  height: 36px;
  width: 95px;
  background: linear-gradient(90deg, #ff860c, #ffad0c);
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  outline: none;
  overflow: hidden;
  grid-area: arrowNEXT;
  align-items: center;
  justify-content: center;
}

#arrowPREVIOUS {
   position:relative;
  left: 52%;
  transform: translateX(-50%);
  border-radius: 10px;
  height: 35px;
  width: 95px;
  background: linear-gradient(90deg, #ff860c, #ffad0c);
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  outline: none;
  overflow: hidden;
  grid-area: arrowPREVIOUS;
  align-items: center;
  justify-content: center;
}


.content {
  margin: 10px;
  border: dashed 2px blue;
  padding:5px 5px 5px 5px;
  
}
  
  
  
  
  
  
  
  
  
  