body{

    margin:0;

    background:#f5f7fa;

    font-family:Arial, Helvetica, sans-serif;

    color:#333;

}

.container{

    max-width:650px;

    margin:auto;

    padding:25px;

}

/* ---------- Footer ---------- */

.footer{

    margin-top:60px;

    padding-top:25px;

    border-top:1px solid #cccccc;

}

.footerTitle{

    font-size:20px;

    font-weight:bold;

    margin-bottom:15px;

}

.footerLink{

    display:block;

    text-decoration:none;

    color:#0066cc;

    margin-top:12px;

}

.footerChild{

    margin-left:28px;

}

.currentPage{

    font-weight:bold;

    color:#004B87;

}

h1{

    text-align:center;

    color:#004B87;

    margin-top:15px;

}

.subtitle{

    text-align:center;

    color:#666;

    margin-bottom:35px;

}

p{

    line-height:1.6;

}

.bigButton{

    display:block;

    text-align:center;

    text-decoration:none;

    background:#3d7ebf;

    color:white;

    padding:12px;

    margin:14px 0;

    border-radius:10px;

    font-size:18px;

    font-weight:bold;

}

.bigButton:hover{

    background:#0055aa;

}

.smallButton{

    display:block;

    text-align:center;

    text-decoration:none;

    color:#0066cc;

    margin-top:18px;

    font-size:16px;

}

.question{

    margin-top:35px;

}

textarea{

    width:100%;

    min-height:120px;

    font-size:18px;

    padding:12px;

    box-sizing:border-box;

    border-radius:8px;

}

.actionButton{

    display:block;

    width:100%;

    box-sizing:border-box;

    text-align:center;

    text-decoration:none;

    background:#0066cc;

    color:white;

    padding:18px;

    border-radius:12px;

    margin-top:20px;

    font-size:22px;

    font-weight:bold;

}

.actionButton:hover{

    background:#0055aa;

}

.sectionLink{

    color:#004B87;

    text-decoration:none;

}

.sectionLink:hover{

    text-decoration:underline;

}

hr{

    margin:30px 0;

    border:none;

    border-top:1px solid #dddddd;

}

h1 a.titleLink {

    color: inherit;

    text-decoration: none !important;

}

h1 a.titleLink:hover,
h1 a.titleLink:visited,
h1 a.titleLink:active {

    color: inherit;

    text-decoration: none;

}

ul {

    margin-top: 8px;

    margin-bottom: 16px;

}

li {

    margin-bottom: 6px;

}

.buttonRow{

    display:flex;

    gap:12px;

    margin-top:14px;

}

.buttonRow .bigButton{

    flex:1;

    margin:0;

}

.organizers{

    margin-top:50px;

    margin-bottom:15px;

}

.textLink{

    color:#004B87;

    text-decoration:none;

}

.textLink:hover{

    color:#004B87;

    text-decoration:underline;

}

.textLink:visited{

    color:#004B87;

}