body {
    background-color: #eee;
    font-family: system-ui, sans-serif;
    color: #222;
    margin: 0;
}

h1 {
    /* color: #B80C09;
    color: #673ab7;
    color: #7523db; */
}

a {
    color: #673ab7;
    color: #B80C09;
    color: #7523db;
}

.infobox {
    max-width: 270px;
}

.main-container {
    display: flex;
    align-content: center;
    align-items: center;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    justify-content: center;
    flex-wrap: wrap;
    position: absolute;
    margin: 20px;
}