@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans&display=swap');

body {
  background: black;
  display: flex;
  justify-content: center;
  font-family: 'Nunito Sans', sans-serif;
}

#box {
  background: #232428;
  width: 100%;
  height: 500px;
  max-width: 48rem;
  margin: 0.75rem;
  border-radius: 0.5rem;
  padding-bottom: 100px;
}

#top {
  /* background: rgba(0, 0, 0, 0); */
  width: 100%;
  height: 170px;
  display: flex;
}

#bottom {
  /* background: rgba(0, 0, 0, 0); */
  width: 100%;
  height: 430px;
  display: flex;
}

#pfp {
  border-radius: 100%;
  padding: 20px
}

#bottom-box {
  background: #111214;
  width: 100%;
  margin: 15px;
  margin-top: 0;
  border-radius: 0.5rem;
  /* display: felx; */
  /* justify-content: center; */
}

#username {
  color: white;
  font-size: 23px;
  position: relative;
  /* padding-bottom: 0px; */
  /* padding-top: 50%; */
  margin: 0;
  padding: 15px;
}

#border {
  background: #232428;
  width: 96%;
  height: 2px;
  /* padding: 15px; */
  /* margin: auto; */
  /* margin-left: 1%;
  margin-right: 1%; */
  /* justify-content: center; */
  margin: auto;
}

#buttons {
  width: 100%;
  height: 82%;
  margin: auto;
  padding-top: 10px;
  display: grid;
  grid-template-columns: repeat(auto-fit, 47%);
  grid-template-rows: repeat(auto-fit, 15%);
  gap: 8px;
  justify-content: center;
  /* justify-items: center; */
  /* text-align: center; */
}

a {
  color: white;
  border: solid;
  border-color: #232428;
  background: #111214;
  border-radius: 0.3rem;
  border-width: 2px;
  text-decoration: none;
  text-align: center;
  padding-top: 11px;
  font-size: 20px;
}