body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0em;
    background-color: #121212;
    font-family: Arial, sans-serif;
    color: #ffffff;
}

.main-box {
    display: flex;
    justify-content: space-around;
    background-color: #1e1e1e;
    /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);*/
    border-radius: 1em;
    width: 50em;
}

.box {
    margin: 1em;
    padding: 1em;
}

#logo {
    width: 20em;
}

#snippet {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#snippet h2 {
margin-top: 0em;
}
