body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
    monospace;
}

html {
  box-sizing: border-box;
}

*,
*::after,
*::before {
  box-sizing: inherit;
}
#b1{
    width: 10%;
    height: 2.5rem;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    font-weight: 600;
    color: black;
    background-color: white;
    border-radius: 2.5rem;
    transition: transform 150ms ease;
    
    
}
#h1{
  width: 446%;
  border-radius: 1rem;
  color: black;
}
#d1{
    align-self: center;
    
}