body {
    background-color: lightgray;
}
#TopBox {
    text-align: center;
    width: 100%;
    border: 15px;
    padding: 50px;
    margin: 20px;
    background-color: black;
}
h1 {
    color: white;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    letter-spacing: 3px;
    text-shadow: 0 0 10px white;
}
#SubHead {
    color: white;
    font-family: Georgia, 'Times New Roman', Times, serif;
}
#Box2 {
    width: 75%;
    height: fit-content;
    border: 5px;
    border-radius: 25px;
    padding: 50px;
    margin: 20px;
    background-color: white;
    font-family: Georgia, 'Times New Roman', Times, serif;
    border-style: solid;
}
#Beginning {
    text-align: center;
}
#OverviewText {
    text-indent: 50px;
}
#Beginning2 {
    text-align: center;
}
#SomethingText {
    text-indent: 50px;
}
#Beginning3 {
    text-align: center;
}
#NabiuText {
    text-indent: 50px;
}
#Beginning4 {
    text-align: center;
}
#ReasoningText {
    text-indent: 50px;
}
#Box3 {
    width: 25%;
    height: fit-content;
    border: 5px;
    border-radius: 25px;
    padding: 50px;
    margin: 20px;
    background-color: aquamarine;
    font-family: Georgia, 'Times New Roman', Times, serif;
    border-style: solid;
}
#LinkBox {
    width: 100%;
    border: 15px;
    padding: 50px;
    margin: 20px;
    background-color: black;
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-align: center;
}
#LinkTitle {
    text-align: center;
    color: white;
}
#LinkText {
    color: white;
}
a:link {
    color: blue;
}
a:hover {
    color: #0096FF;
}
a:visited {
    color: lightblue;
}
#Row1 {
    display: flex;
}
#Row2 {
    display: flex;
}
#BottomRow {
    display: flex;
}