body
{
	background-color: rgb(41, 39, 47);
}
.content {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh;
    color: white;
    font-family: Arial, sans-serif;
}

.content a
{
        color: white;
    text-decoration: underline;
}
    .content img {
        margin-right: 30px;
    }
.text
{
    text-align: left;
}