/*
  Peter Oh
  03/20/24

  Adds style to about me page for cse154 SP24
*/

button {
  width: auto;
  height: 50px
}

header {
  text-align: center;
}

header hr {
  margin: 5px 5% 0 0;
}

body {
  background-color: #ccffcc;
  font-family: 'Roboto Condensed', sans-serif;
  margin-left: 60px;
}

main {
  margin-right: 100px;
}

hr {
  color: black;
  margin: 0px 20% 20px 0px;
}

#about p {
  font-size: 20pt;
}

#about, #interests-contents, #interests-contents div {
  display: flex;
}

#interests-contents div {
  flex-direction: column;
  align-items: center;
  margin-bottom: 48px;
  padding-left: 12px;
  padding-right: 12px;
}

#interests-contents div p {
  width: 300px;
  height: 36px;
  text-align: center;
}

#interests-contents img {
  width: 250px;
  height: 250px;
}

#profile-picture {
  width: 400px;
  height: 300px;
  border:black solid 2px;
  margin: 19px;
}