body {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #20274e;
    color: rgb(206, 230, 255);
    display: grid;
    align-items: center;
    font: 1em sans-serif;
    font-size: 15px;
    line-height: 1.7;
    line-break: strict;
    position: relative;
    box-sizing: border-box; 
}

a {
    text-decoration: none;
    color: #c32aff;
}

a:hover {
    text-decoration: underline;
    color: #f33c43;
}

.container {
  position: relative;
  width: 100%;
  max-width: 70rem;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bar {
    box-sizing: inherit;
    background-color: #09050d;
    display: flex;
    gap: 30px;
    width: 750px;
    padding: 2px;
}

.bar>a {
    font-size: 18px;
    display: flex;
    align-items: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
    color: #8a2fd4;
}

.bar>a:hover {
    text-decoration: underline;
    color: #f33c43;
}



main {
    width: 650px;
    position: relative;
    align-items: center;
    margin: 0 auto;
    padding: 0 2rem;
    box-sizing: border-box;
    margin-top: 20px;
}

.ImageListItem {
    margin-top: 20px;
    margin-bottom: 40px;
    list-style-type: none;
}

.ImageListItem > p {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    margin: 0%;
}

.ImageListItem > img {
    margin-left: 5%;
    margin-right: 5%;
    
}


.pfp {
    margin-left: 20px;
}

.social {
    margin-left: 5px;
    width: 30px;
}

p {
    width: 600px;
}

hr {
    margin-top: 30px;
    margin-bottom: 30px;
    color: rgb(190, 203, 218);
}

h1 {
    margin-bottom: 0px;
}
h5 {
    margin-top: 0px;
}