.center-content {
    text-align: center;

}

li {
    margin-bottom: 5px;
    margin-top: 5px;
}

a {
    color: #AACCFF;
}

a:visited {
    color: #aab4ff;
}

.header {
    padding-top: 20px;
    padding-bottom: 20px;
}

.info {
    width: 34%;
    margin-left: 33%;
    margin-right: 33%;
    text-align: justify;
}

body {
    margin: 0;
    background: #222233;
    color: #AACCFF;
}

.representations {
    margin: auto;
    width: 34%;
    margin-bottom: 10px;
}

.footer {
    margin-top: 20px;
}

.title {
    font-size: 22px;

}

.category {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
}