* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: black;
    color: white;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

.container {
    width: 600px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}
#SimplyLogo {
    width: 100%;
}
.icon {
    height: 2rem;
    margin-right: 0.5rem;
}
a {
    color: white;
    text-decoration: none;
    font-size: 1.2rem;
}
a:hover {
    text-decoration: underline;
}
section {
    margin-top: 2rem;
}