#alert-box {
    width: 400px;
    height: 200px;
    align-content: center;
}

#list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    list-style: none;
    padding-left: 20px;
    padding-right: 20px;

}
