<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a, 
a:hover,
a:visited,
a:link {
    color: black;
    font-size: 16px;
    text-decoration: none;
}

.a_link {
    color: white;
    font-size: 20px;
}

.btn {
    box-shadow: 3px 3px 5px gray;
}

.main_logo {
    margin: 30px 0;
    max-width: 500px;
    text-align: center;
}

.page_title {
    font-size: 32px;
    text-align: center;
}

.page_subtitle {
    font-size: 24px;
    text-align: center;
}

/* Card Section */

.card {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    border: 2px solid #31303080;
    margin: 20px;
    width: 375px;
}

.card-body {
    justify-content: space-evenly;
    padding: 20px;
}

.card_member {
    height: 300px;
    margin: 20px;
    padding: 20px;
    width: 500px;
}

.ccard {
    height: 175px;
}

.card_image {
    margin-bottom: 50px;
    width: 250px;
}

.card_icon {
    margin-bottom: 50px;
    width: 100px;
}

.card_event {
    border: 2px solid #31303080;
    height: 425px;
    margin: 20px;
    min-width: 300px;
    max-width: 375px;
}

.show_date {
    font-size: 22px;
}

.card-title {
    font-size: 32px;
    font-weight: bold;
}

.card_admin {
    font-size: 24px;
}

.card-subtitle {
    font-size: 20px;
    margin: 5px 0;
}

/* End of Card Section */

/* Open House */

.info_title{
    font-size: 32px;
}

.page_text {
    font-size: 42px;
    font-weight: bold;
    text-align: center;
}

.page_sub_text {
    font-size: 25px;
    font-weight: bold;
}

span, .bold {
    font-weight: bold;
}

.dashboard {
    border: 2px solid black;
    margin: 10px;
    padding: 20px;
    text-align: center;
    width: 300px;
}

.form_box {
    background-color: lightgrey;
    border-radius: 10px;
    padding: 20px;
    width: 75%;
}

.video_card {
    border: 2px solid black;
    margin: 10px;
    padding: 20px;
    text-align: center;
}

.video_title {
    font-size: 28px;
    font-weight: bold;
}

.video_btn {
    margin: 20px;
}

.form-group {
    margin-bottom: 10px;
}

</pre></body></html>