body {
    margin: 0;
}
.Page-Title {
    display: block;
    justify-self: center;
    text-align: center;
    font-family: "Darker Grotesque", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 3rem;
    text-shadow: rgba(0, 0, 0, 15%) 5px 5px 4px;
    line-height: 1;
    max-width: 90%;
    margin-top: 7rem;
}
.Sub-Title-Container {
    display: block;
    justify-self: center;
    width: fit-content;
    text-align: center;
    gap: 0px;
    margin: 0px;
}
h2.Sub-Title {
    font-family: "Darker Grotesque", sans-serif;
    font-optical-sizing: auto;
    font-weight:800;
    font-size: 4rem;
    font-style: normal;
    text-decoration: none;
    line-height: 1;
    margin: 0;
    justify-self: center;
}
.Tertiary-Title {
    color: #130d46;
    font-family: "Darker Grotesque", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-size: 3.3rem;
    line-height: 1.1;
    font-style: normal;
    text-decoration: none;
    margin-bottom: 2rem;
}
.Extra-M {
    font-family: "Darker Grotesque", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 1;
    font-style: normal;
    text-decoration: none;
}
.Links-Main a {
    color: #130d46;
    font-family: "Darker Grotesque", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-size: 1.4rem;
    font-style: normal;
    text-decoration: none;
}
.Links-Main {
    color: #130d46;
    font-family: "Darker Grotesque", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-size: 1.4rem;
    font-style: normal;
    text-decoration: none;
}
.Links-Main a:hover{
    text-decoration: underline;
}
.Links-Main:hover{
    text-decoration: underline;
}
.Center-Text {
    display: block;
    text-align: center;
}
.Italic {
    font-style: italic;
    display: inline;
}
.P-Container {
    max-width: 50%;
    margin-top: 0;
    padding: 0;
    border-radius: 0;
}
.Paragraph {
    font-family: "Darker Grotesque", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.15;
    font-style: normal;
    text-decoration: none;
    margin: 0px;
    justify-self: center;
    text-align: center;
}
.LigtherP {
    justify-content: center;
    align-items: center;
    font-family: "Darker Grotesque", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-size: 1.4rem;
    font-style: normal;
    text-decoration: none;
}
.LargerP {    
    font-family: "Darker Grotesque", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.15;
    font-style: normal;
    text-decoration: none;
    margin: 0px;
    justify-self: center;
    text-align: center;
    padding: 0;
}
.Paragraph-Long {
    font-family: "Darker Grotesque", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.15;
    font-style: normal;
    text-decoration: none;
    margin: 0px;
    justify-self: center;
}
a {
    text-decoration: none;
    color: black;
}
.Star-Rating {
    margin-left: auto;
    width: 8rem;
    height: 2rem;
    object-fit: contain;
}
.Margin-Top {
    margin-top: 3rem;
}
.Less-Margin-Top {
    margin-top: 2rem;
}
.Margin-Right {
    margin-right: 1rem;
}
.Dividing-Bar {
    display: block;
    width: auto;
    height: 2.8rem;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
    background-image: 90deg linear-gradient(rgba(224, 146, 0, 0.877) 0%, rgba(224, 108, 0, 0.877) 100% );
    color: transparent;
    border-radius: 0.12rem;
    box-sizing: border-box;
}
.Flex {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    justify-self: center;
}
.Rounded-Img {
    border-radius: 2rem;
    width: 15rem;
}
.Bottom-Border {
    padding-bottom: 0.5rem;
    border-bottom: .12rem rgba(155, 155, 155, 0.753) solid;
}
.Top-Border {
    padding-top: 0.5rem;
    border-top: .12rem rgba(155, 155, 155, 0.753) solid;
}
.Orange {
    background-color: Orange;
}
.General-Container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    justify-self: center;
    padding: 1.2rem;
    border-radius: 1rem;
}
.ibdocs {
    color: #e9762b;
}
.Sticky {
    top: 6rem;
    position: sticky;
}
