.attribution { font-size: 11px; text-align: center; }
.attribution a { color: hsl(228, 45%, 44%); }
body{
    background-color: hsl(0, 0%, 8%);
    height: max(500px, 100vh);
    display: grid;
    place-content: center;
    font-size: 14px;
    color: white;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings:
    "slnt" 0;
}
.container{
    background-color: hsl(0, 0%, 12%);
    text-align: center;
    padding: 3em;
    border-radius: 1em;
}
.buttons{
    margin-top: 0;
    display: grid;
}
.heading{
    padding-top: 0 !important;
}
.btn {
    border-radius: 0.5em;
    color: #ffffff;
    font-size: 14px;
    background: hsl(0, 0%, 20%);
    padding: 10px 20px 10px 20px;
    margin: 1em 0.1em 0;
    font-weight: 600;
}
p{
    margin-top: 2em;
    margin-bottom: 0;
    font-size: 14px;
}
.btn:hover {
    background: hsl(75, 94%, 57%);
    color: black;
}
img{
    width: 35%;
    height: auto;
    border-radius: 100%;
    margin-bottom: 2em;
    margin-left: 4em;
    margin-right: 4em;
}
.heading{
    padding: 10px;
}
h1{
    font-weight: 600;
    color: white;
    font-size: 2em;
}
h2{
    font-weight: 600;
    color: hsl(75, 94%, 57%);
    font-size: 1.2em;
}