@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap'); html, body { font-family: 'Montserrat', sans-serif; width: 100%; height: 100%; } body { background-color: lightgrey; display: flex; flex-direction: column; justify-content: space-around; align-items: center; }