@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

body * {
  font-family: 'Roboto', sans-serif;
  box-sizing: border-box;
}

.myContainer {
  max-width: 1200px;
  margin: auto;
}

.button {
  background-color: #ebbe67;
  border: none;
  color: white;
  padding: 1px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 10px;
  margin: 4px 20px;
  cursor: pointer;
  font-weight: bold;
}

body1 {
  background: #000;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;

}

body2 {
  background: #000;
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;

}

.container {
  align-items: center;
  justify-content: center;
  text-align: center;
}

h1 {
  color: #ebbe67;
  height: 80px;
  font-size: 25px;
}

.date {
  color: #ebbe67;
  font-size: xx-large;
  margin-top: 0%;
  margin-bottom: 20px;
}

.text {
  color: white;
  margin-bottom: 200px;
}

.divider {
  height: 5px;
  width: 200px;
  background: #ebbe67;
  display: inline-block;
  border-radius: 100%;
  margin-top: 0%;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.arrowDivLeft:hover .myArrowLeft {
  transition: 1s;
  margin-right: 10px;
}

.arrowDivRight:hover .myArrowRight {
  transition: 1s;
  margin-left: 10px;
}

.cardNews:hover .details {
  display: flex;
}

.cardNews:hover .text {
  display: none;
}