.center {
    display: flex;
    justify-content: center;
    align-items: center;
}

body {
    background-color: #192030;
}

ul {
    list-style-type: disc;
}

.title_format {
    border: 5px solid white;
    text-shadow: 1px 1px 30px #e8bfab70;
    margin-left: 25%;
    margin-right: 25%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
}

.head_shadow {
    text-shadow: 1px 1px 20px #e8bfab59;
}