body, html {
    height: 100%;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: lightgrey;
    min-height: 100%;

    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;

    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-style: normal;
}

h1 {
    text-align: center;
    padding-top: 50px;
    margin-bottom: 0%;
}

h5 {
    text-align: center;
    margin-top: 0%;
}

img {
    display: block;
    margin: auto;
    height: 350px;
}

a {
    text-decoration: none;
}

.black {
    color: black;
}

.box {
    width: 60%;
    margin: 10% auto 10% auto;
    
    padding: 5px 0 5px 0;
    border-radius: 15px;
    min-height: 1000px;

    background-color: ivory;
    opacity: 90%;
}

.title {
    height: 150px;
}

.tableOfContents {
    display: flex;
    justify-content:center;
    align-items:center;
}

.contentsItem {
    margin-left: 10px;
    margin-right: 10px;
    height: fit-content;
    width: 100px;
    background-color: lightgrey;
    border-radius: 10px;
    text-align: center;
}

.articleText {
    text-align: justify;
    margin: 2% 5% 0% 5%;
    width: 90%;
    min-height: 90%;
}

.fullJustify {
  text-align: justify;
  display:block;
}

.imageFlex {
    display: flex;
}

.magicCard {
    width: 25%;
    height: auto;
}

