body {
    background-color: #ff5e00;
}

a,
h1,
h2,
h3,
h4,
h5,
h6,
strong,
small,
p,
ul,
ol,
li,
tr,
td,
th,
table,
label,
option,
select,
details,
summary {
    color: #ffffff;
    font-family: 'Times New Roman', Times, serif;
}

.article-border {
    margin-left: 15%;
    margin-right: 15%;
    margin-top: 50px;
    margin-bottom: 100px;
}

.article-border img{
    max-width: 600px;
    height: auto;
}

.sub-header{
    text-align: center;
}

.article-timeline {
    margin-top: 100px;
}

.article-timeline a,
.article-timeline li {
    padding: 10px;
    transition: 1s
}

.article-timeline a:hover,
.article-timeline li:hover {
    font-size: 32px;
    transition: 1s;
}

.text-style-one a, details{
    padding: 20px;
    border-top: 8px solid #001553;
    border-right: 8px solid #ff5e00;
    border-left: 8px solid #001553;
    border-bottom: 8px solid #ff5e00;
    background-color: #001535;
    transition: 1s;
    box-shadow: 0 8px 12px rgba(00, 15, 35, 0.9);
}

.text-style-one a:hover, details:hover{
    padding: 20px;
    border-right: 8px solid #001553;
    border-top: 8px solid #ff5e00;
    border-bottom: 8px solid #001553;
    border-left: 8px solid #ff5e00;
    background-color: #001535;
    opacity: 0.7;
    transition: 1s;
}

.list-style-none {
    list-style: none;
}