@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

html {
  font-family: Roboto;
}

h1 {
  margin-top: 5rem;
}

h1, h3 {
  text-align: center;
  margin-bottom: 2rem;
}

h3 {
  font-weight: normal;
}

.portals {
  margin-top: 5rem;
  display: flex;
  justify-content: center;
  gap: 2rem;  
}

.portals a img {
  width: 200px;
}