.Background {
    background-color: #000033;
}
.Text {
    color: #fff;
    margin-block: 0;
}
#Menu {
    position: fixed;
    inset: 0 0 auto 0;
    width: 100%;
    height: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    background-color: #5f3dc4;
    color: #fff;
}
#Menu #HexcastingLogo {
    width: 28px;
    height: 28px;
    margin: 10px;
    display: inline;
}
#Menu #MenuList {
    display: flex;
    margin: 0;
    list-style: none;
    margin: 0px;
    padding-inline-start: 0px;
}
#Menu #MenuList li {
    margin-right: 10px;
}
#Introduction {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
    transform: translate(0%, 50%);
}
