* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 16px;
}

body {
    font-family: Arial, sans-serif;
    text-align: center;
    background-color: #f4f4f4;
    color: #333;
    padding: 20px;
    height: 100vh;
}

p {
    font-size: 30px;
    margin-bottom: 20px;
}

label {

    font-size: 70px;
}

li {
    list-style: none;
}

.event_content {
    display: flex;
    margin-top: 15%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

#download_file {
    color: rgb(0, 0, 0);
    background-color: #0d9900c0;
    font-size: 60px;
}