
body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #282138;
    color: #c1b4db;
    font-family: monospace;
    margin: 0 auto;
    font-size: 0.7rem;
    line-height: 1.5;
    text-align: center;
    flex-direction: column;
}

.container {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0 auto;
    font-size: 0.7rem;
    line-height: 1.5;
    text-align: center;
    flex-direction: column;
}

a {
    color: #9e6eff;
}

li {
    list-style: none;
}


