@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&family=Roboto+Slab&family=Roboto:wght@300&display=swap');
.signupButton{
  background-color: #581845;
  color: white;
  display: flex;
  margin-right: 20px
}
.deleteButton{
  display: flex;
  margin-left: auto;
  margin-right: 20px
}
.addNewEventButton{
  background-color: #581845;
  color: white;
  display: flex;
  margin-left: auto;
  margin-right: 20px;
  margin-top:25px
}
.editButton{
  background-color: #581845;
  color: white;
  display: flex;
  margin-left: auto;
  margin-right: 20px
}
.signupButton:hover {
  background-color: #9C317C;
}
.buttons{
  display: flex;
}
h6{
  font-size: 12px;
}
h4{
  font-family: 'Roboto Slab', serif;
  font-size: 16px;
  font-weight: 500;
  line-height: auto;
}
.card{
  width: 100%;
  margin-top: 10px;
}
h1{
  font-size: 45px;
  font-weight: 500;
}
.subscribeButton{

}
.container-button{
  width: 100%;
  margin: 0px auto;
  text-align: center
}

@media only screen and (max-width: 600px) {
  /* h1{
  font-size: 20px;
  }
  h4{
    font-size: 10px;
  }
  h6{
    font-size: 10px;
  } */
  .signupButton{
      /* font-size: 8px; */
  }
  .eventCard{
    margin: auto
  }
}
