body{
    overflow-x: hidden;
}

.collectableContainer{
    display: flex;
    flex-direction: column;
}

.collectableText{
    display: flex;
    flex-direction: column;
    text-align: left;
    margin-left: 2em;
}
.collectableText h3{
    margin-top: 0.5em;
    margin-bottom: 1em;
    padding: 0;
}
.collectableText p{
    margin-top: 0;
    margin-bottom: 0.5em;
    padding: 0;
}

.collectablePillar{
    display: flex;
    flex-direction: row;
    margin-bottom: 2em;
}

.collectablePillar img{
    width: 8em;
    height: 8em;
    opacity: 0.4; /* 50% transparent */
    border-radius: 50%;
    border: 3px dashed #b6b6b6;
}

.collectableFirebowl{
    display: flex;
    flex-direction: row;
    margin-bottom: 2em;
}
.collectableFirebowl img{
    display: flex;
    flex-direction: row;
    width: 8em;
    height: 8em;
    opacity: 0.4; /* 50% transparent */
    border-radius: 50%;
    border: 3px dashed #b6b6b6;
}

.collectableFlame{
    display: flex;
    flex-direction: row;
}

.collectableFlame img{
    display: flex;
    flex-direction: row;
    width: 8em;
    height: 8em;
    opacity: 0.4; /* 50% transparent */
    border-radius: 50%;
    border: 3px dashed #b6b6b6;
}

.explanationLightTheBeacons {
    color: whitesmoke;
    max-width: 800px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: justify;
    margin: 0 auto;
    padding-left: 1em;
    padding-right: 1em;
}

a{
    text-decoration: none;
    color: #4fc6ca;
}

a:hover{
    color: #7bece5;
}

a:active{
    color: whitesmoke;
}