body {
    font-family: Arial, sans-serif;
    margin: 20px;
    background-color: #f1f1f1;
}

.container {
    max-width: 100%;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px;
    padding-bottom: 5px;
    padding-top: 5px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

h1 {
    color: #333;
    font-size: 24px;
    margin-top: 20px;
}

p {
    color: #666;
    line-height: 1.5;
}

.footer {
    text-align: center;
    margin-top: 20px;
}

.footer img {
    max-width: 35px;
}

.content-box {
    margin-top: 20px;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 4px;
}

.disclaimer {
    font-size: 12px;
    color: #999;
    margin-top: 10px;
    text-align: center;
}

.disclaimer a {
    color: #999;
    text-decoration: underline;
}

.button {
    margin: 0 auto 10px;
    padding: 12px 24px;
    background-color: #4CAF50;
    color: #fff;
    border: #4CAF50;
    text-decoration: none;
    border-radius: 4px;
    font-size: 16px;
    text-align: center;
    width: 200px;
    cursor: pointer;
}

.admin-link {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    font-size: 12px;
    color: #999;
}

.admin-link a {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: #333;
}

.admin-link a .padlock-icon {
    margin-right: 5px;
    width: 8px;
    height: 8px;}

.infoText {
    display: inline-block;
    line-height: 0px;
}
.newLine{
    display: block; /* makes it have a width */
    content: ""; /* clears default height */
    margin-top: 5px; /* change this to whatever height you want it */
}

code {
    font-family: Consolas,"courier new";
    color: black;
    background-color: #f1f1f1;
    padding: 5px;
    font-size: 100%;
    cursor: pointer;
}
