:root
{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: "Arial";
}

body
{
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: var(--pageBackground);
}

div.Section
{
    width: 100%;
    display: flex;
    flex-direction: column;
    /* transition: transform 0.4s ease; */
}
/* div.Section:hover
{
    transform: ScaleX(1.02) ScaleY(1.02);
} */