ol{
    list-style: none;
    padding: 0px;
}

ul{
    list-style: none;
    padding: 0px;
}

body{
    background-color: orange;
    align-items: center;
    display: flex;
    justify-content: center;
    
}

.wrapper{
    align-items: center;
    width: 800px;
    background-color: black;
    color: white;
    text-align: center;
    padding: 25px;
    border-radius: 15px;
}

#content{
    column-count: 2;
}