*{
    max-width: 100% !important;
    font-style: normal !important;
    text-align: center;
}

.footer a {
    text-decoration: underline !important;
    color: #ff0015 !important;
    margin-left: 10px;
}

a:hover{
    cursor: default !important;
}

blockquote{
    font-style: italic !important;
}


article:nth-of-type(1) img:nth-of-type(1){
    height: 200px;
}
article:nth-of-type(2) img:nth-of-type(1){
    height: 120px;
}
article:nth-of-type(3) img:nth-of-type(1){
    height: 110px;
}
article:nth-of-type(4) img:nth-of-type(1){
    height: 200px;
}
article:nth-of-type(5) img:nth-of-type(1){
    height: 200px;
}


article img:nth-of-type(1) + p::first-letter{
    font-size: 24pt;
    color: #3aa52a;
}


article:nth-of-type(even) img:nth-of-type(1){
    float: right;
}
article:nth-of-type(odd) img:nth-of-type(1){
    float: left;
}

header{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 100%;
    font-size: 18pt;
    position: fixed;
    top: 0;
    background-color: #272773;
}

footer{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 100%;
    font-size: 18pt;
    position: fixed;
    bottom: 0;
    background-color: #2d3e85;
}

.word.first{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 40px;
    position: sticky;
    top: 50px;
    color: aliceblue;
    background-color: rgb(255, 204, 0);
    border: 1px solid #46001f;
}

.word.second{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    position: sticky;
    top: 50px;
    margin-left: 250px;
    color: aliceblue;
    background-color: rgb(255, 0, 112);
    border: 1px solid #46001f;

}

.word.third{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 40px;
    position: sticky;
    top: 50px;
    margin-left: 400px;
    color: aliceblue;
    background-color: rgb(70, 0, 31);
    border: 1px solid plum;
}

.word.fourth{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 40px;
    position: sticky;
    top: 50px;
    margin-left: 660px;
    color: aliceblue;
    background-color: rgb(20, 70, 0);
    border: 1px solid #46001f;
}

.word.fifth{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 40px;
    position: sticky;
    top: 50px;
    margin-left: 940px;
    color: aliceblue;
    background-color: rgb(70, 56, 0);
    border: 1px solid #46001f;
}