*
{
    margin: 0;
    padding: 0;
}

body
{
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.title
{
    font-size: 30px;
}

ul
{
    position: relative;
    left: 30px;
}

.reload
{
    padding: 10px;
    margin-top: 10px;
    outline: none;
    border: none;
    background-color: #666;
    color: #fff;
    border-radius: 20px;
    cursor: pointer;
}

.hide
{
    display: none;
}