body {
    background: #2a002b;
    color: #bfbdbf;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 1rem;
    padding-bottom: 10%;
    flex-direction: column;
    font-family: sans-serif;
}

.box {
    display: flex;
    padding: 20px;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-around;
}

.box > div {
    border: solid #bfbdbf;
    border-radius: 40px;
    padding: 20px;
    margin: 20px;
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.header {
    text-align: center;
}

.header > p {
    margin-left: 20px;
    margin-right: 20px;
}


.box-element > a > img {
    max-height: 150px;
    width: 150px;
}

.container {
    margin-top: 30px;
    border: 5px solid #bfbdbf;
    border-radius: 40px;
    width: 85%;
}
.twitter > a {
    margin-top: -40px;
    font-size: larger;
}
.twitter-dead {
    position: relative;
    top: 50px;
    left: 100px;
    color: black;
    z-index: 100;
    padding-top: -10px;
}



.x-logo {
    max-width: 10px;
    height: 10px;
}

:any-link {
    color: #bfbdbf;
    text-decoration: none;
}