body {
    background: rgb(85, 101, 121);
    border-style: double;
    border-width: 4px;
    border-color: rgb(0, 0, 92);
    border-radius: 15px;
}

h1 {
    font-size: 45px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
    text-align: center;
    text-decoration: underline;
    text-shadow: 0.6px 0.6px rgb(178, 218, 255);
    color: rgb(0, 0, 92);
}

h3 {
    margin: 0;
    padding-left: 10px;
    font-size: 35px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: bold;
    text-align: left;
    text-decoration: underline;
    text-shadow: 0.3px 0.3px rgb(178, 218, 255);
    color: rgb(0, 0, 92);
}

h5 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    color: rgb(0, 0, 92);
    border-style: dashed;
    border-color: rgb(0, 0, 92);
    border-width: 4px;
    height: auto;
    width: 780px;
    background: rgb(76, 93, 110);
}

ol {
    font-family: Georgia, 'Times New Roman', Times, serif;
    padding-left: 75px;
}

ul {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 70px;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

li {
    margin-top: 6px;
    margin-bottom: 6px;
    font-size: 30px;
    color: rgb(0, 0, 92); 
}

hr {
    border: none;
    border-style: solid;
    border-width: 1.5px;
    border-color: rgb(0, 0, 92);
}

footer {
    font-size: 6px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: bold;
    font-style: italic;
    text-align: right;
    text-decoration: underline;
    color: rgb(0, 0, 92);
    margin: 0;
    padding-right: 5px;
}

a {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    background-color: rgb(76, 93, 110);
    border-radius: 5px;
    padding-left: 6px;
    padding-right: 6px;
    color: rgb(124, 0, 0);
}

a:visited {
    color: rgb(124, 0, 0);
}

a:hover {
    font-weight: bold;
    color: rgb(3, 85, 0);
}

a:active {
    color: rgb(167, 214, 255);
}

input[type="checkbox"] {
    width: 25px;
    height: 25px;
    accent-color: rgb(24, 41, 70)
}

.obtained {
    text-decoration: line-through;
}

.note {
    font-size: 15px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-style: italic;
    margin-left: 15px;
    color: rgb(0, 0, 92);
}

.legalstuff {
    padding: 0;
    background: transparent;
    color: rgb(0, 14, 136);
}

.legalstuff:visited {
    color: rgb(0, 14, 136);
}

.legalstuff:hover {
    color: rgb(82, 0, 150);
}

.legalstuff:active {
    color: rgb(203, 240, 255);
}
