body {
  background-color: hsl(0, 0%, 8%);
  font-family: Inter, sans-serif;
  height: 100vh;              
  margin: 0;
  display: grid;              
  place-items: center;
}

.social-profiles {
    background-color: hsl(0, 0%, 12%);
    width: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
}

img {
    width: 20%;
    height: 20%;
    border-radius: 50%
}

h1 {
    color: white;
    font-weight: 500; 
    font-size: 24px;
    margin-bottom: 0px;
}

h2 {
    color: hsl(75, 94%, 57%);
    font-weight: 500;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 30px;
}

h3 {
    color: white;
    font-weight: 150;
    font-size: 12px;
}

button {
    color: white;
    font-weight: bold;
    background-color: hsl(0, 0%, 20%);
    height: 40px;
    border-radius: 10px;
    border: none;
    font-weight: 600;
}

.info {
  padding: 20px;
  width: 375px;
  text-align: center;
  margin-top: 20px;
}

.info button {
  width: 80%;
  margin: 8px 0;
  box-sizing: border-box;
  margin: 0px;
}
