body {
    color: hotpink;
    background-color: black;
}

#container {
    display: flex;
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.profile {
    width: 300px;
    height: 500px;
    border: 2px solid black;
    padding: 10px
}

.profilepic {
    width: 40%
}
