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

body {
  font-family: Poppins,sans-serif!important;
}

.groupinfo {
  margin-top: 10rem;
  text-align: center;
}

.groupname {
  margin-top: 2rem;
  font-size: 2rem;
  margin-bottom: 5rem;
}

.groupinfo a {
  padding: 1rem;
  border: 1px red solid;
  border-radius: 10px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: bold;
  color: red;
  background-color: white;
}

.groupinfo a:hover {
  color: white;
  background-color: red;
}
