
dialog {
    z-index: 999;
}

#main-header {
    background-color: #c0c0c0;
    color: black;
}

#main-footer {
    background-color: #c0c0c0;
    color: black;
}

#main-header nav menu {
    background-color: #c0c0c0;
    color: black;
}

#main-header nav menu li {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;
}

#main-header h1 a {
    text-decoration: none;
    color: black;
}

.enhanced {
    color: #aa1010;
}

main section h2 {
    color: #aa1010;
}

.social-media {
    width: 30px;
}

form fieldset {
    display: flex;
    flex-wrap: wrap;
    // justify-content: space-evenly;
}

form fieldset label {
    margin-right: 20px;
}

#main-picture {
    width: 400px;
}

#main-button {
    font-size: x-large;
    margin-left: auto;
    margin-right: auto;
    display: block;
    color: white;
    width: 300px;
    background-color: #cc2020;
}

#signing-message-log {
    height: 500px;
}

#spinner {
    display:block;
    margin-left: auto;
    margin-right: auto;
}

.success-mark {
    font-size: xx-large;
    color: #109910;
}

.sharing-contact-buttons {
    text-align: center;
}

.share-button button {
    background-color: #cc2020;
    color: white;
}
