* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Montserrat", sans-serif;
  background: #0026ff;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 100vh;
  margin: 0 50px;
}

h1,p {
  text-align: center;
}

h1::before{
  content: url("https://img.icons8.com/?size=100&id=37466&format=png&color=000000");
  width: 20px;
  padding-right: 10px;
}

h1{
  font-size: 3rem;
  font-weight: 600;
}

p {
  font-size: 1.5rem;
  margin-top: 3rem;
}
