/* #c1ddfb */

@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");

body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  height: 100vh;
}

h1 {
  font-weight: 300;
  letter-spacing: 2px;
  font-size: 48px;
}

#center{
  display: flex;
  align-items: center;
  justify-content: center;
}

#links{
  padding: 1em;
}

#links img {
  width: 100px;
}

#row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}