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

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

.error{
    padding: 0px;
    color: red;
}

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

.wrapper{
    align-items: center;
    width: 600px;
    background-color: whitesmoke;
    text-align: center;
    padding: 25px;
    border-radius: 5px;
}
